Hide Featured Image at the top of Blog Post

  • Unknown's avatar

    Hello, I am using the Zuri theme and would like to know if there is a way to hide the featured image from the top of my blog post above the title. It is very annoying to have there if I want to use the same image WITHIN the post..makes no sense to have it twice. I suppose some people like this sort of thing, but I am hoping there is a way of hiding it … I would like to figure it out fast so I can return the theme if it can’t be changed. If anyone could help me out with the code it would be much appreciated!

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

  • Unknown's avatar

    Try adding this to your existing CSS, it should hide the featured image only on the single post view:

    .single .entry-thumbnail {
      display:none;
    }
  • Unknown's avatar

    Woooooo!!! That did it!!

    Thank you, thank you!!!!

  • The topic ‘Hide Featured Image at the top of Blog Post’ is closed to new replies.