• Resolved matteo raggi

    (@whichtransfers)


    how to hide the products image from the products list page by category or whole site?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • HI @whichtransfers

    Thanks for reaching out!

    I would be happy to assist you, but I am not quite sure I understand your inquiry. Could you please provide additional details or clarify your question, so I can better assist you?

    If a screenshot would be helpful, I’d recommend using https://snipboard.io or https://skitch.com/. You can share the direct link to the image as a response to this topic.

    Meanwhile, if you are referring to hiding the product images on your Shop Page, you could add the CSS code below under Appearance > Additional CSS:

    /* Hide Product Images in Shop Page */
    
    .woocommerce ul.products li.product a img {
    	display: none;
    }

    Output:

    Hope this helps!

    Hi there!

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide product image from products list page’ is closed to new replies.