Style 8 Header on Categories

Posted in: Newspaper
Post count: 263

I searched the forum but couldnt find any answer. I’m using Style 8 thinking it would only display the background image in the dark area. Is it possible to only upload the background image for categegories only in the header where the dark overlay is? https://pasteboard.co/1SFxOOydh.jpg – if so, how and what dimensions do you suggest 🙂

Post count: 20685

Hi,

That category template will display the image as a background on the page. That is the way this style was designed. It would not be easy to modify the category template to display that way.
You could use some Css to set an image background, without placing one in the category settings. But this may not work properly, or may need further testing
https://www.screencast.com/t/9VZfDGSBs4Q
Here is the code used if you want to try it or experiment with it

.td_category_template_8
.td-category-header {
background: url("");
background-size: cover;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.