Tagged: Category Featured Image
Hi,
Which code shall I add in order not to see the featured image on category pages like this:
http://www.idtraveller.com/category/travel-industry-discount/
Thanks
Charlotte
Hey Charlotte!
Plese try the following in your Quick CSS:
.category-travel-industry-discount .big-preview{
display:none !important;
}
Best regards,
Rikard
Thanks :)