Background full width color

Posted in: Newspaper
Post count: 9

Hi,

I’ve change my header background image to full width, I’ve change the page background in style.css, but I don’t find how to change the background color of the website (behind the menu and above the footer). Can you help me with a little css code to allow this (I know that it’s not possible to have a full width website if we change this color directly in the theme panel)…

Thanks a lot !

Post count: 6600

Hi,

The background color of the menu can be changed from Theme Panel -> Theme Colors like this: http://screencast.com/t/7yGByZLEX

For the website content background you need to add this CSS in Theme Panel -> Cutom CSS:

div.td-page-wrap {
background-color: red !important;
}

Thanks

Post count: 9

Thanks for your answer, I’ve already change the content background in the style.css file, but the thing I can’t achieve is to change the background outside of the content (in the screenshot you can see that this background is white, instead of clear grey). Do you know how to do that without changing the full width template ?

Thanks a lot !

Post count: 6600

Hi,

Try this CSS, add it in Theme panel -> Custom CSS

#inner-wrap {
background-color: #cccccc !important;
}

Thanks

Post count: 9

It works ! Thanks a lot Lucian.

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