How to change the header image in listings category

Hello
I have added picture to the category’s section. When I access the category, the header shows the attached picture from the category. If I don’t add the picture to the category, the header shows the picture from the main header of the Lisitinghive theme. I need to add photo to category. How can I make the main photo from the theme remain in the category header and not the photo added to the category?
Thank you in advance

Hi,

The easiest option is to change the background image, please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

.header-hero {
background-image: url(...) !important;
}
1 Like

Thank you very much

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.