Changing colors around content

Posted in: Newspaper
Post count: 28

Hello. I want to change the color around my main content. How do I do this? Right now it is white but I want a different color that blends in with the background, just like the colors are on the “old fashioned” demo thats built in to Newspaper. Thank you!

http://i67.tinypic.com/20jn62h.png

  • This topic was modified 8 years by HumBot.
Post count: 22421

Hello,

Unfortunately only by installing a demo or by altering the theme css can you add a content background from the theme settings. You can try with css to get a background color for all the content as a custom solution:

.td-container-wrap,
.post {
background-color: #e6ded2;
}

Add this code in your theme panel-> custom css box.

Thank you!

Post count: 28

Thanks!! Worked like a charm 🙂

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