Change category template background color

Posted in: Newspaper
Post count: 34

How do I change the background color of a category page, not an element or row, but the category background itself, and without it affecting the color of my homepage

Post count: 35449

Hi,

You can change the background color of category page from theme panel -> https://www.screencast.com/t/5VEyNDco
How category settings work -> https://forum.tagdiv.com/how-category-settings-work/
If this is not what you mean, please provide some more details and some screenshots!

Thank you!

Post count: 34

Hi, I’m using a cloud template so I don’t have access to the category settings. See image: https://imgur.com/a/zuMkXDw

Maybe there is a CSS code I can use?

Post count: 35449

Hi,

I think that this can be achieve, but I do not know if this will work properly, please provide me a a link were I can inspect a category page from your website, in this way I will be able to provide you a custom css.

Thank you for your understanding!

Post count: 34

here is the link you requested https://www.overklass.com/category/overwatch/

Post count: 35449

Hi,

You can try this custom css -> https://www.screencast.com/t/kEMDIMon this should apply only on categories
.category .tdc_zone{
background-color: blue;
}
.category .tdc_zone .wpb_row {
background-color: white;
}

The code need to be set in the Theme panel>Custom code> Custom css

Hope this will help you!
Thanks.

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