Is it possible to change the very-pale widget-label text (categories, etc. on the right widget bar, the tag labels at the bottom of the post, and even the post’s central text when it is displaying on the archive page) to darker color? I cannot find, using inspect element, any available selectors to write css rules to change the “color” of the type. Thanks?
Hi John,
Thank you for writing in, but there are muliple sites associated on your account, please provide us the site URL so we can take a closer look.
Cheers!
Hi John,
Thank you for the URL, for the tag buttons you can add this to Theme Options > CSS
/*tag button color*/
.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a,
.entry-footer a {
color: #fff;
background-color: #333;
}
And this is for the widget links color:
/*widget link color*/
.widget ul li a, .widget ol li a, .x-comment-time {
color: #000;
}
Feel free to change those color value. But before you add those custom CSS, please check your entire custom CSS here and resolve all errors found or else the CSS I’ve provided will not work.
For changing the content text color, please navigate to Theme Options > Typography > Body Font Color
Hope it helps,
Cheers!
It does help. Thanks !!! :–)
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.