How Do I Capitalize Product Variant Labels!?

We are using Envy 30.1.1##### Design and support by Eight

Website : seligashoes.com

I am looking to capitalize the first letter of all of our variant labels without doing each and every product manually. Is there a way to edit the code so this reflects on all of our product pages? Thanks in advance!

Hello @Seliga_Shoes

add this code to your “theme-product.min.css” file.

Navigate to online store >> Click edit theme code.

Now find “theme-product.min.css” and paste the following code:

.product-form-option label{text-transform: uppercase !important;}

Hope it helps.

Thanks so much!! :slightly_smiling_face: