Okay
  Public Ticket #241868
Removing featured images from post main body
Closed

Comments

  • Pete started the conversation

    Hi there

    I want to stop the huge version of the featured image showing when you go onto a blog post, but keep it when it's in it's masonary/summary view (like the link above).  

    I have searched both on this forum and WP generally and come across this link:

    http://en.forums.wordpress.com/topic/hide-featured...

    ...and then tried putting this in the CSS Stylesheet Editor from the Appearance | Edit CSS submenu item, but to no avail.

    Please can you advise how I achieve this goal?

    Many thanks

  •  8,448
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

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

    Cheers


    ThemeNectar Support Team 

  • Pete replied

    Tahir you are a superstar - thank you, that's done it.