Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #283060
    foncanada
    Participant

    Hi there,

    How do I remove images from post previews on category pages? https://financesofthenation.ca/commentary/

    I still want to display excerpts for the posts in that category, but change the previews so that the post image doesn’t show up.

    Thanks!

    #283081
    Skandha
    Participant

    @foncanada: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive.category .attachment-featured-slider-larger.size-featured-slider-larger.wp-post-image {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing image from category previews’ is closed to new replies.