Question color icons

Posted in: Newspaper
Post count: 25

Hi noob question here 🙂 Where can i change the black color of the icons (see screenshot attached)

https://snag.gy/gbmxTd.jpg

Post count: 22421

Hello,

the comment count can be changed with css by using this cod in the theme panel-> custom code section:

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

Thank you!

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