Sidebar Widgets CATEGORIES color

Posted in: Newspaper
Post count: 7

Hello,

I am trying to use the CATEGORIES widget to show each category and how many post are in there. My problem, I can not change the color of the headline and it is unfortunately nearly the same as sys current background.

http://newsletter-ibmsvenlo.com

Thank you for your help.

Post count: 22421

Hello,

The css is not added by the theme. You have the border set to white on that particular element. The color cannot be changed usually so it;s either a custom css or a plugin that affects this element. It should normally grab the color from the main theme accent color but the white does not come from the theme css.
You can override it with this code:
.td_block_popular_categories .block-title{
border-color:red!important;
}

But it’s better to find the source of the problem than to override it.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.