I have 2 pieces of text on my site which the colour makes them unreadable.
The Postage cost in the Cart and the 3rd layer in the categories, im not able to find anywhere to edit these do i need to add some custom css for this?
This topic has 8 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
I have 2 pieces of text on my site which the colour makes them unreadable.
The Postage cost in the Cart and the 3rd layer in the categories, im not able to find anywhere to edit these do i need to add some custom css for this?
Hello,
Thanks for using our theme.
Add the next code in Theme Options > Theme custom CSS:
.woocommerce-cart #shipping_method bdi {
color: #888888;
}
Please provide a screenshot of the problem with categories.
You can use the Lightshot screenshot tool to take screenshots and share them.
Regards
Hi, that solved the postage text thanks, as for the category, its effecting the third level down screen shot attached
Hi
We have check your website menu color is working absolutely fine , Kindly check your website after clear your browser cache.
Hi
I have checked that with 6 browsers on 3 different PCs even via a VM in another country and all show the text as dark for the third level still, im really puzzled by the fact its ok for you.
Hello,
Please try this code:
.sidebar-widget ul li > ul.children li ul.children li > a {
color: #888888;
}
Regards
Thank you that has solved the issue 🙂
You’re welcome!
Regards
The issue related to '‘Text Colour’' has been successfully resolved, and the topic is now closed for further responses