Background Color

Posted in: Newspaper
Post count: 3

Hey All —

I’m trying to add an off-white color to the body of my site, so it’s not showing as stark white. I’ve tried to research this and found that Newspaper doesn’t support alternate body colors?

I tried adding this code to the custom css:

.td-page-wrap {
background-color: #ebe5dc;
}

But it doesn’t work. The page is still white. What gives?

Post count: 7909

Hi,

Try to use this custom css in Theme Panel > Custom Css – http://screencast.com/t/zaov6cUo3

.td-main-page-wrap {
background-color: #ebe5dc;
}

Thanks!

Post count: 3

Hi Alin —

Appreciate the help. I added that code and it didn’t change a thing. Does this get overridden somewhere else in the newspaper settings?

Here’s what I’m seeing: https://drive.google.com/file/d/0B79jTouBCnPmVUhvX1FoOXRHSzA/view?usp=sharing

Thanks

Post count: 7909

Hi,

Please provide your site url so I can inspect this, also please note that the above css is for version 6 of the theme.

Thanks!

Post count: 3
Post count: 7909

Hi,

I have checked your site and the above css works for your page – http://screencast.com/t/FNQiZIPXqR4 Also for post pages you need to use also this class – http://screencast.com/t/5ZaRWhZLUtfn and use !important tag.

.td-main-content-wrap, .post {
background-color: #ebe5dc !important;
}

You may need additional customization if you use another post template as I have tested this only for existing posts.

Hope this helps!

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