Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876214

    CrikeyMate
    Participant

    Hello!

    I’m seeking the CSS code to hide Featured Images for a particular category posts’.

    IE, so when the post is viewed, if in a certain category, the featured image will not be displayed.

    Thanks in advance! 🙂

    #876251

    CrikeyMate
    Participant
    This reply has been marked as private.
    #876527

    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Edit Global CSS:

    .category-funny-videos .entry-featured {
        display: none;
    }

    You replace the funny-videos with your category slug.

    Hope it helps 🙂

    #876562

    CrikeyMate
    Participant

    Ha, you even nailed the category. Fantastic, thanks 😉

    #876806

    Prasant Rai
    Moderator

    You are most welcome. 🙂