Anyone know how to make the variant options in Artisan NOT be listed in all uppercase letters?
Hi @Anonymous ,
- In your Shopify Admin go to: online store > themes > actions > edit code
- 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!
That worked
Thanks a million!
You’re welcome.