Tagged: categories, featured image
Hi, I have a featured image assigned to several pages, but do not want it to be shown in category pages. Is there a way to get rid of the featured image in category views via CSS (see http://infotropic.ru/?cat=5, first entry, small 50x50px image)?
Best regards,
Holger
Hey Holger!
Try adding this code to the Quick CSS:
.category div.big-preview.single-big {
display: none;
}
Cheers!
Josue
Hi Josue, thanks for the quick reply. Works like a charm. Problem solved.
Best regards,
Holger
You are welcome Holger, glad we could help :)
Regards,
Josue