Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1146561

    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/

    #1146575

    Hey mheinen1critical,

    Add this to quick css:

    .page-thumb{
    display:none!important;
    }

    It worked for me in the browser.

    Best regards,
    Jordan Shannon

    #1146588

    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.

    #1146595

    Check that. It appears results pages were showing me cached versions without the CSS addition. This seems to have worked. Thanks.

    #1146603

    Hi,

    No problem at all. Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1146605

    Go ahead and close. Thanks for the prompt help!

    #1146608

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove WooCommerce "SHOP" Page Top Banner Image’ is closed to new replies.