Hi!
I don’t want to show a preview image on each post under Categories
http://www.hotelladdict.se/category/allabouthotels/
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
Please try this code in the General Styling > Quick CSS field:
.big-preview.single-big {
display: none !important;
}
Best regards,
Mike
Thanks :)