How can I change my background colour of my pages

Posted in: Newspaper
Post count: 33

How can I change colour of backgrounds of my pages.?

Post count: 55

Overall background color can be changed from Theme Panel -> Theme Colors -> General Theme Colors. But not sure if you mean single page background, that might require edit in the theme code.

Post count: 23312

Hello tunc26gm,

If you want to change the background color of your pages, you have to use a bit of CSS and add it in Theme panel-Custom CSS area, like this -> http://screencast.com/t/M8EBHzo8X7r

If you want to have this option for only some pages, you have to find the page ID and add it in the code and the CSS code will be applied only for these pages.

.page-id-1412 .td-main-content-wrap {
background-color: green;
}

The result you should see here: http://screencast.com/t/uLdauoJo

If is not what you mean, please provide more details!

Hope this helps!

Thank you for the message!

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