Shop > Product descriptions too light

Hello!

When I go to my product descriptions in my shop, I notice the words are light grey. It makes it too hard to read.

How can I change the settings to make all my product description’s text color to black?

This is a link to one of my products so you can see how light it is:

Thank you for your help!!
-Nadia

Hi Nadia,

Please try this code in the Global CSS:

.woocommerce div.product .woocommerce-tabs .x-tab-content {
    color: #000;
}

Hope this helps.

Yay thank you! That worked perfectly for the main description!!

One more question. Is there any way to change the font color of the Product Short Description (which appears to the right of the product image). I would also like this text to be black.

Thank you for your help :slight_smile:

Hello Nadia,

The color of the product short description is using the global settings. Currently it is set as #848484. To change this, please go to X > Theme Options > Typography > Body and Content. You should be able to pick your desire color using the color picker.

After making all your changes, please clear your plugin cache first because I can see that you installed WP Fastest cache. Caching plugins are best to turn on when you are done building your site.

Hope this helps.

Perfect! It worked :blush: Thank you so much!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.