Background colour

Posted in: Newspaper
Post count: 494

Hi,

Is there a way to set a background colour like the grey background on this website: https://www.20minutes.fr/ ?
I’ve been looking in the Newspaper theme settings but couldn’t find where to do that.

Thanks for your help.

Post count: 35449

Hi,

Yes this is possible, you need to set that background color with tagDiv Composer on content zone -> https://www.screencast.com/t/wIyOteCym2xj

Thank you!

Post count: 494

Hi Calin,

So I would have to do it for each page? There is not a general set up ?
What about posts? Categories? Tags? …

Thanks

Post count: 35449

Hi,

Unfortunately there is no general settings like that, for posts/tags/categories you can use a template and do this in that template, for pages you’ll need to do for each one or you can use a custom css.
-> https://www.screencast.com/t/CDAV0r9Tn4zU
.page .tdc-content-wrap .td-element-style{
background-color: lightgray!important;
}

If you’ll remove the .page the code will apply to all posts/pages/categories … from your site.

Thank you!

Post count: 494

Hi Calin,

Thanks for your reply but it doesn’t seem to be working…

Post count: 35449

Hi,

Please try this
.page .tdc-content-wrap {
background-color: lightgray!important;
}

this code will work only for pages
-> https://www.screencast.com/t/QTwPm20DhHMo

Thank you!

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