Okay
  Public Ticket #352933
Full Screen Blog Header & Featured Images
Closed

Comments

  • Unoffish started the conversation

    Hey Guys! 

    Love the new update. I'm really digging the fullscreen header above the blog posts. 

    However, I like the featured image in the index of the blog posts, but if I have the featured image uploaded as the fullscreen header in the single post window, the featured image gets duplicated in the blog post. 

    Is there anyway I could retain the featured image on the index of blog posts but get rid of it on the single blog post page? 

    Thanks! 
    Austin

    The Unoffish Team

  •  8,847
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single article.post .content-inner .post-featured-img img {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team