I have a WooCommerce shop on my Enfold site. I’d like to remove the “banner” image at the top of the main Woocommerce Shop page if possible.
Not sure how to do that or where the setting is buried to hide that image. I’ve tried adding the below CSS but it appears to just be overwritten:
.page-thumb img {
display: none !important;
}
Please help me find a way to remove this image.
My “Shop” page is at: https://eaton-upssystems.com/shop/
Hey mheinen1critical,
Add this to quick css:
.page-thumb{
display:none!important;
}
It worked for me in the browser.
Best regards,
Jordan Shannon
That seems to have done it for the shop page by itself, but now if I use the new filter tool I’m building out, the image re-appears when product results are shown from the filter.
Check that. It appears results pages were showing me cached versions without the CSS addition. This seems to have worked. Thanks.
Hi,
No problem at all. Did you need additional help or shall we close this topic?
Best regards,
Jordan Shannon
Go ahead and close. Thanks for the prompt help!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon