Select theme background color only for posts not pages

Posted in: Newspaper
Post count: 14

Hallo,

How can I select select theme background color only for posts not pages.

I set the settings here: Theme colors> General Theme colors > BACKGROUND COLOR Select theme background color

Kind regards,

Matthijs

Post count: 23312

Hello matthijs,

Unfortunately, our theme does not have any such an option that allows you to change a background color only for post pages, sorry! You should use a bit of CSS code if you want to do this. Try the code below and lace it in Theme panel->Cusotm CSS Area.

.single .td-main-content-wrap, .td-post-content{
background-color:green;
}
.single .type-post{
background-color:green;
}

The result is here -> https://www.screencast.com/t/6vN1djJk

Thanks for your understanding!

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