Background color

Posted in: Newsmag
Post count: 25

Hello, I would like to change the entire background color but the theme options allow me to change the color of the area outside post and sidebar. Is it possible to change the color of the entire background to a shade of grey (#fefefe) instead of pure white as seen here http://edition.cnn.com/
I believe it would be easier on the eye.
Kind regards,
Tunc

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

.td-container{
background-color: #fefefe;
}
.td-footer-container.td-container{
background-color: #222222;
}

Thanks!

Post count: 25

Thank you Andrei

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.