Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269710

    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

    #269739

    Hey Holger!

    Try adding this code to the Quick CSS:

    .category div.big-preview.single-big {
        display: none;
    }

    Cheers! 
    Josue

    #269793

    Hi Josue, thanks for the quick reply. Works like a charm. Problem solved.

    Best regards,
    Holger

    #269794

    You are welcome Holger, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.