I have searched around but can't seem to find exactly what I am looking for. I have subcategories set up on my store, and images assigned to these subcategories, as I want the thumbnails to be displayed when you click into a main category .
However, when I then click into the subcategory page, to display products within that subcategory, the image I set for the thumbnail appears under the description, quite large.
I don't want the subcategory image on the product list page whatsoever. Is there anything within the woocommerce code I can change or add to make this happen? This is what it looks like now... I want it to look like this
Thanks in advance!
{ display:none; }
. Post the HTML for that image using a web inspector and I'll give you the proper selector. – Jacob Raccuiacode
img{height:auto;max-width:100%;}code
tocode
img{height:auto;max-width:100%;display:none;}code
– Jade Rotheram-Loddo