This topic has 4 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
I have done a lot of googling on the subject but cannot find the correct code to remove the category & sub category images from my store layout. I just want the text links (category links) to show and not the images, and if I don’t include images in the category it still shows the image place holder. Can you please point me in the right direction?
Hi,
Please go to Appearance -> Customize -> Additional CSS or Theme Options -> Custom CSS, and paste this,
.woocommerce-page .product-category .mask-container { display: none; }
It removes the image for the categories.
Let us know,
Thanks,
laranz.
Thank you Laranz this worked.
Hello,
You’re welcome!
Regards
The issue related to '‘Remove Category Images & image Placeholders’' has been successfully resolved, and the topic is now closed for further responses