Hello,
If you add a theme background image the site will go into boxed mode. If you only want a per category top image and not a category background, you can follow this topic: https://forum.tagdiv.com/topic/category-box-changing-the-bg-photo/
Thank you!
Hello,
to take the test I just tried it with a category: http://viraldazed.com/category/animals
Thanks
Hi,
Try using this code, enter it in Theme panel->Custom Css, it sets a background for the category style 8 template (change the image link to what you want to use, it is just an example image for testing)
.td-image-gradient-style8 {
background: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-repeat: no-repeat;
background-size:100%;
}
Result – https://www.screencast.com/t/bbvnXnDwS1Ou
Thanks
Hi,
Try changing the background-size: 100%; property to background-size: cover; in the code you added in Theme panel and also add this one
@media (max-width: 767px) {
.td_category_template_8 .td-category-header .td-container {
height: auto;
}
}
Result – https://www.screencast.com/t/3Srn7eNJ
Thanks
Hi,
At the moment for the category pages the only available option is to have a different background image for the page, per category – https://forum.tagdiv.com/how-category-settings-work/
Maybe some additional features in this regard will be added in a future update but I can not say for sure when and if exactly this will happen.
Thank you for understanding!