Change colour of the comment counter

Posted in: Newspaper
Post count: 28

Hey guys,

how to change the colour of the comment counter, i can’t find an option in the theme panel.

my website: http://www.histaminentzug.de

Thanks!

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css as the theme doesn’t have an option to change this color: http://screencast.com/t/iSWLhhucWse8

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

Thanks!

Post count: 28

That doesn’t work 🙁

I put it in my Custom CSS Field, but there’s is no change, even when i empty the cache

Post count: 6535

Hi

Please try this custom css:

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

It should work fine: http://screencast.com/t/UXKKl5d5b5RJ

Thanks!

Post count: 28

Now it works, thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.