Change comment count colour

Posted in: Newspaper
Post count: 29

Hi, how do I change the comment count colour on a specific block?

For instance, on this block on the homepage of rappellingusa.com i want to change it to #262362
https://snipboard.io/jr7InM.jpg

Post count: 18283

Hello !

Unfortunately you cannot have one colour for each block due to block construction and is impossible to target something in order to differentiate between blocks.

You can try this code but it will change the color for all the blocks: .td-module-comments a {
background-color: red;
}
.td-module-comments a:after {
border-color: red transparent transparent transparent;
}

We are sorry for the inconvenience !

Thank you !

Post count: 29

Hi Vlad,

what is the code just so I can change the comment count colour of blocks to #262362?

Post count: 18283

Hello !

Are we talking about this option here: https://www.screencast.com/t/Dmvzm0rzNz ?

Thank you !

Post count: 29

Hi Vlad, yes that is the option.

Post count: 18283

Hello !

You will have to use the code pasted above.

Thank you !

Post count: 29

Yep this worked, cheers!

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