Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872428

    romaine
    Participant

    Is there a way to not display a featured image of a page or post when you are on the post or page. Basically I like the featured image being displayed in the grid that I have it in, but i don’t want it to be displayed when you are actually on the post/page.

    #872993

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .single-post .entry-featured {
        display: none;
    }
    

    Hope that helps.