Tagged: image, product category, thumbnail
Hej guys… already searched for another topic without luck.
When I set up a product category and set the thumbnail, it actually shows up at the top of the product category page itself in cropped form (see image with purple highlight)
1. When I set up the product category, I tried altering “Display Type” (next to thumbail upload) to every type but nothing made a difference.
2. WooCommerce Settings / Display / Default Category Display – Set to “Show Products”
Can I use some of your genius advice please :-)
Hey Annemarie,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
Hi Andy,
You need to login to get by the “Hide My Site” for now…
(See below in private info)
Hi,
Wordpress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
I hope this will help :).
Best regards,
Andy
Hi Andy,
it’s not the cropping that’s the problem, the problem is that the banner is appearing as a default at the top of the category and I don’t want it there. I have to have the default image in a product category so I can’t take it out… but now it appears at the top of the category aswell.
Hi,
you can remove the table image on the link in private content with this code:
.page-thumb {
display: none;
}
Hope this is what you want!
Best regards,
Andy
THANKS ANDY, worked perfectly! For those reading on I just added the code to my child theme css and it removed it on all the shop category pages.