How to change Artisan theme variant options from all caps?

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

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!

That worked :slightly_smiling_face: Thanks a million!

You’re welcome.