Tagged: category, enfold, image, woocommerce
Hi,
I am using enfold with woocommerce and have a small issue regarding the category – image on top of the products page: Please have a look at http://www.victorias-bodyshop.com/produktkategorie/bodylotion.
My Question:
How can I change the size of the image (that with the green leaves on top) or delete this image completely?
best regards,
Andreas
Hi Andreas,
In that particular page you have set a Featured Image. You can edit that page and remove featured image or you can add this following code to Quick CSS to decrease its size
.page-thumb img { width: 300px; }
Regards,
Yigit
Hi Yigit,
thank you – I got a working CSS to hide the image:
.page-thumb img { display: none; }
Best regards,
Andreas