Changing the background color of numbers comments

Posted in: Newspaper
Post count: 15

How can I change the background color of numbers comments and the font color on it?

Post count: 1341

https://forum.tagdiv.com/topic/wp-native-widget-title-box-color/

For the counter 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!

Post count: 15

Thank you, but it does not work properly. There is still a small black triangle.

Post count: 15

And the second question was how to change the font color on the comments counter bubble.

Post count: 22421

Hello,
you can use this code to change both background and font colors:

.td-module-comments a{
background-color:green;
color:red;
}
.td-module-comments a:after{
border-color: green transparent transparent transparent;
}

Thank you!

Post count: 15

Thanks!

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