I have a product page with various user-selectable product attributes.
I used the plugin “Extra Product Options” in order to change the text styling of most of the product attributes, but I was unable to change the styling of the first attribute, which is labeled “felt color”.
How can I make it so that “Felt Color” product attribute shows up as H6 text in black?
Thank you,
Carleton
Hey CarletonTorpin,
Add this to quick css:
.variations_form.cart .variations td.label{
font-size: 15px!important;
font-weight:6000!important;
color:#222!important;
width:100px!important;
}
Best regards,
Jordan Shannon
That worked perfectly!
Thank you for the quick and elegant solution. :)
Hi,
No problem I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon