Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #254858

    Hello,

    I have a simple question about woocommerce?
    How can i delete the category image on a product page?

    I hope to hear soon.
    Many thanks

    #254925

    Hey peterd!

    Can you post the link to your product page and point out the image you would like to remove?

    Regards,
    Yigit

    #255405
    This reply has been marked as private.
    #255427

    Hi!

    Please add following code to Quick CSS

     .archive .page-thumb {
    display: none;
    }
    

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.