How do you remove the header hero image from pages that are automatically created for each category? I’ve removed the header image in the customizer but it only works for the homepage. I can’t figure out how to edit category pages.
Hi,
Please use this CSS snippet:
.header-hero {
background-image: none;
}
Please note that it can require further customization.
Thanks for the reply. I’ll try it. I’ve been trying various hp snippets that I found on the github site but they don’t seem to work. I’m trying to remove or replace the image only on specific pages. This is all new to me. Thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.