How do I change color of the main body in posts, pages and categories?

Posted in: Newspaper
Post count: 27

Hi guys!

Is there a way to change the color of the main body in posts, pages, categories, basically the whole website?
Currently working on a vintage design for a website and I’m trying to make the main body have this grey-yellowish old paper look to it…but it seems like there is no option for it in the theme panel. Any ideas on how to make it happen?

Thanks in advance for the help.
Bogdan

P.S. Please add this color changing feature to your next update. I think this would make like 80% of your customers SUPER happy! Heck, if you do that then I’m going to donate $200 to the TagDiv-Team XD

Post count: 22421

Hello,

You will be able to change the main the background color with a bit of css in the theme panel-> custom code section.
Try this one:

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

We will consider your feature request for future updates.

Thank you!

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