WP native widget title-box color

Posted in: Newspaper
Post count: 12

Hi,

i’ve been looking to change the color of this thing (red arrow) but without much success.

Can someone help me please? http://screencast.com/t/R7BQYYvFdNG

**bonus objective** the blue arrow is pointing at the lower tip of the comment counter bubble which doesn’t respond to the color change via css from custom css panel. I’d like to set it to be the same color cause like this its visible and doesnt look great.

Thanks

Alessandro

  • This topic was modified 10 years by beikeni.
Post count: 22421

Hello Alessandro,

The recent comments title color can be changed with the theme accent color from the theme panel: http://screencast.com/t/RRFD00xZEj
Note that if you leave it to default it will remain black.(if you prefer the default color, pick one very close to the default one from the color picker)
Result:
http://screencast.com/t/hX2dwugkv2s4

For the couter bubbles, you need to add a custom CSS to change their color:

.td-module-comments a {
background-color: #4db2ec;}

Add this code in the theme panel->custom css box

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.