Set background image for category page but not for posts

Posted in: Newspaper
Post count: 43

Hi everyone,

Whenever I set a background image for a category, that same image is applied to all posts under that category.
Is there a way to set an image for a category and have it shown on the category page but not on the articles associated with that category?

Post count: 23312

Hello Navito,

Unfortunately, our theme does not have such an option to disable the background for the posts which are included in the category that has a background image activated…this is the behaviour of the theme. If you want to disable the background for the posts, you can hide it using a bit of CSS code. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.single .backstretch {
display:none;
}

Hope this helps!

Thank you for the message!

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