Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @smokewinkel ,

    Do you mean the main header image or the product image that’s visible within each category?

    Header and Product images
    Link to image: https://d.pr/i/l64gGz

    The header image is set by your theme, so you may need to work with the theme developer to identify how to update that image. The product images are set for each product when you edit it. Of course, if the product image isn’t set, you end up with something like this.

    No product image
    Link to image: https://d.pr/i/WbHbbT

    If that’s what you want to hide, many themes have an option to hide those images from the Product Category pages. If not, you can also add this CSS code under Additional CSS:

    .product-grid-item .product-image-link img {
        display: none;
    }

    Let us know if that works for you!

    Hi @smokewinkel ,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce disable Image for category heading’ is closed to new replies.