Comment counter background color

Posted in: Newspaper
Post count: 53

Hello, can one change the background color of the comment counter somewhere in the backend or is it only with CSS? See the screenshot:https://www.dropbox.com/s/yvk54g72httxthx/Screenshot%20%282%29_LI.jpg?dl=0

Post count: 1341

Try this code:

/* Comments Bubble Color */
.td-module-comments a{
background-color:Red;
}
.td-module-comments a:after{
border-color: red transparent transparent transparent;
}

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