Change font colour side wide

Hi,

Is there any way to change the font colour site and link states.

I would like to change all text to white and site wide link text colour i.e. hover, active.

Thanks

Hi @shahidul,

Thank you for your another question.

You can change the link color of the site from the theme Layout options as shown in the attached screenshot.

Best Regards,
Movin

Hi Movin,

This has worked but unfortunately the text in my product description and it’s respective tabs have white backgrounds and as the the text is also white it can not be seen.

Is there any way to specifically change these font colours.

Thanks

Could you please share me the page URL from your site where it is not displaying correctly so that i can help you tp change its specific color?

Example

You can try changing that color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


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