• Resolved Jammy Smith

    (@jammy-smith)


    The theme I use is Zerif Lite; the version of WordPress is 4.3
    Everything looks perfect to me; I got all the features I want.
    However, when I start working on the products. I use Woo-commerce for the shopping. For the products, I use “Variable product” for different size of the product. It displays everything except the attribute names. For example, a T-shirt comes with different size; it shows the size option such as S, M, L ; however, it just cannot show the attribute name “Size”. When I click around where the attribute name should be, I can see the name but it just appears with the same color of the background. However, I have no idea how to change the color of the attribute name. I thought the default should be black. It doesn’t happen when I use other theme.

    So please help. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Please try this CSS

    .woocommerce div.product form.cart .variations label {
        color: red;
    }

    If still you get issue then please share your website address, I will take a closer look

    Thank You

    Thread Starter Jammy Smith

    (@jammy-smith)

    Thanks a lot. It works! You save my day!
    Many many thanks ….

    Hello! I have exactly the same question, and I’m not especially well-versed in code. Where do I actually go implement the solution above? I went to Plugins > Editor > Woocommerce, but there are a bunch of different files. Would really appreciate if either one of you could point me in the right direction on how this issue got fixed…. Thank you!

    Hey Lucy,

    Just install our Advanced CSS Editor plugin and put the code in it by navigating to Appearance -> Customize -> Advanced CSS Editor. If you are happy with our products and support, please leave us a kind review here. Thanks!

    That worked! Thank you very much for the quick support! I also just left a review ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot show the Attribute name of the products’ is closed to new replies.