Solved

Artisan theme variants are all caps

Not applicable

Anyone know how to make the variant options in Artisan NOT be listed in all uppercase letters?

Accepted Solution (1)

Muhammad_Ali_S
Shopify Partner
664 121 183

This is an accepted solution.

Hi @Anonymous,


1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file.

 

.swatch label {
    text-transform: none !important;
}

 

 

If you need any help do let me know.
Good Luck!

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142

View solution in original post

Replies 3 (3)

Muhammad_Ali_S
Shopify Partner
664 121 183

This is an accepted solution.

Hi @Anonymous,


1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file.

 

.swatch label {
    text-transform: none !important;
}

 

 

If you need any help do let me know.
Good Luck!

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
Not applicable

That worked 🙂 Thanks a million!

Muhammad_Ali_S
Shopify Partner
664 121 183

You're welcome.

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142