• This is the web I have been building:

    http://firstconcept.com.hk

    I would like to remove the category images (Gray boxes) in the product page, but when I tried to do so the product images inside the category will be removed as well. Is there a way to just remove the category images alone?

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Please follow this tutorial and let us know what is the page ID of products page so we can help you out on this. Thanks!

    Thread Starter horace524

    (@horace524)

    Thanks for the reply Shukla! I checked the page id is 29.

    Thanks a lot!

    Hey there,

    Are you sure that the ID is 29? Because I tried adding the relevant CSS on my end and it didn’t work. Can you please check it again? Here’s the CSS that should do the trick, given the page ID is correct

    .page-id-29 .woocommerce ul.products li.product a img{
        display: none;
    }

    Hope it helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Category Image’ is closed to new replies.