Can the background color be changed in two places on the front page?

Posted in: Newspaper
Post count: 27

Can the background color be changed in two places on the front page? One is the number of comments, one is the classified catalogue.
null

Post count: 23312

Hello leepf,

What kind of background do you want to change? Sorry, but I cannot exactly understand what you mean.

Thanks.

Post count: 27

I want to change the black background color to gray or other colors. Look at the picture below, where the red arrow is pointing.null

Post count: 23312

Hello leepf,

Try to use the code below and place it in Theme panel -> Custom CSS.

.td-post-category{
background-color:grey;
}
.td-module-comments a {
background-color: grey;
}
.td-module-comments a:after {
border-color: grey transparent transparent transparent;
}

Thanks for your understanding!

Post count: 1

Thank you so very much for that Catalin!

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