Okay
  Public Ticket #205903
No highlighted image on blog page
Closed

Comments

  • Jan started the conversation

    Hi Tahir,

    Is there a way to keep showing the highlighted image in the masonry blog page, but not show it on the single blog entry page? When I use a portrait image in the masonry view it stretches to an enormous image on the blog entry page. So I would rather add a smaller image there manually.

  •  8,839
    Tahir replied

    Hey Jan!

    Yes we do have a option to hide the featured image from the single page via the Page Meta Options: http://prntscr.com/3eta7n

    Cheers


    ThemeNectar Support Team 

  • Jan replied

    Hi Tahir,

    That's right, I did find that option in the Project Configuration for the Portfolio single page, but on the Blog entry page I do not see it. I'm looking in the Blog options in the Salient General Settings and on the Entry page itself, but there I only find Post Header Settings, nothing for the rest of the page.

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

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

    Cheers


    ThemeNectar Support Team 

  • Jan replied

    Hey Tahir,

    Fantastic! Just what I needed. Thanks.

  •  1
    Drew replied

    Hey guys, I thought this was exactly what I was going for too… but maybe not.  Am I missing something?

    Check out my screenshots.

  •  8,839
    Tahir replied

    Hey Drew!

    The css you added in there should work. Can you try clearing your browser cache as well as purge the server cache if you have any caching plugin active. 

    Cheers


    ThemeNectar Support Team