• Resolved x1seeds

    (@x1seeds)


    Need help with changing the font color of the WP products variation attributes NAME. My background is black and the variation name is black (wanting bold white). Thank you!!!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Something along the lines of

    h2 {
    color: white;
    }
    .woocommerce-product-attributes.shop_attributes {
    color: white;
    }

    under Appearance → Customize → Extra CSS

    Thread Starter x1seeds

    (@x1seeds)

    hmmm…no change… any other ideas?

    Moderator bcworkz

    (@bcworkz)

    Tor-Bjorn’s suggestion should work when added to the Additional or Extra CSS. Be sure caching is not confusing the issue. Flush any caches involved, both client and server side.

    If you still have trouble, try adding the !important modifier after each color specification. It’s best to avoid using !important, but if it works in a pinch when nothing else does…

    Even if the rules added to Additional CSS do not seem to have any effect, please leave them in place for now so we can investigate further why they are not working.

    Thread Starter x1seeds

    (@x1seeds)

    hmmm- still not working – the Variation Name (Pack Size) next to “choose an option” box is still black on product page :

    [removed redundant link]

    Appearance → Customize → Additional CSS –

    then Copy/paste:

    h2 { color: white; } .woocommerce-product-attributes.shop_attributes { color: white; }

    nothing/ then tried this:

    h2 { color: white; !important } .woocommerce-product-attributes.shop_attributes { color: white; !important}

    still nothing… I have left the code in..

    Add

    th > label {
      color: white;
    }
    Thread Starter x1seeds

    (@x1seeds)

    oh man- I just noticed- it did work on the tab below for “Additional Information” !

    any idea how to adjust the font color on the “pack size (name)” on the area next to “choose an option?

    any idea how to adjust the font color on the “pack size (name)” on the area next to “choose an option?

    See my comment from 6 minutes ago.

    Thread Starter x1seeds

    (@x1seeds)

    YOU ROCK!!! Thank you! Thank you! very much!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[NSFW] Change font color of product variation “name”’ is closed to new replies.