Change background color only on Posts – NewsPaper Theme

Posted in: Newspaper
Post count: 103

Hi,

How do I change the background color to a light gray only on Post (not pages)?

Thanks!

Post count: 103

Hi,

Any advice would be appreciated!

Thanks

Post count: 23312

Hello frankcf,

You should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.single .td-container-wrap, article {
background-color:green!important;
}

Thanks for the message!

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