Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,
    What did you try in Custom CSS that did not work? Try this, will you?

    .woocommerce div.product form.cart .variations label {
        color: black;
    }
    Thread Starter collective

    (@mf540)

    I’ve tried
    .label {color: #000;},
    .attribute {color: #000;},
    .woocommerce .label > label {color: #000;}
    .label > label {color: #000;}
    .variations {color: #000;}
    .attribute_size {color: #000;}
    attribute {color: #000;}
    .variations label {color: #000;}

    None of these worked.

    And I just tried yours and it didn’t work. Ugh. This is so frustrating. I’m wondering if something else is causing the conflict somewhere.

    Is this in the child theme’s style.css?

    Thread Starter collective

    (@mf540)

    No, I tried using the Custom CSS feature in the Customizr theme. I’m trying to avoid creating a child theme because I don’t want to risk messing anything up.

    This should work. Look at this sample on my test site.
    Clear the cache and try, will you?

    Thread Starter collective

    (@mf540)

    Shoot. It’s still not working. I don’t know what it could be conflicting with, but it’s a nope. I guess I’ll try the child css next. Thank you so much for all of your help Menaka!

    I’ve been having trouble with similar… the visibility was set to hidden on my variation labels and i wanted css to override theme causing that. I used Menaka S code in my theme custom css area and it worked great. got the labels to show up.

    does anyone know the rest of the code for the “look” – like color, size, etc. in my Firebug it shows but not sure its right to copy/paste that into css section to adjust. Or can someone let me know if it is?

    THANKS FOR BEING HERE!

    @tiffanydenninger,
    Please open a separate thread for any issues that you want help on.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Attributes label is white’ is closed to new replies.