Hide featured images on pages and posts

  • Unknown's avatar

    Hello,

    I’ve searched the forum and have found items matching what I want, but none of the css codes given in the responses are working for me. I want to keep the featured images so that they display on my homepage, but I don’t want them to show any of the individual pages. How can I make that happen using code. I am using the Natural Theme.

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    Try using this code:

    /*Hides feature images from posts*/
    .single-post .feature-img {
      display: none;
    } 

    Also, remember that with your Premium plan you can access Live Chat via https://wordpress.com/help/contact to get support in real time :)

  • The topic ‘Hide featured images on pages and posts’ is closed to new replies.