Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1213397

    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

    #1213721

    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

    #1213852

    That worked perfectly!

    Thank you for the quick and elegant solution. :)

    #1214111

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Change Size of Product Attribute Text’ is closed to new replies.