removing the featured image from the single post page

Sorry, I’m a bit of a newbie, but is there a way of turning off the featured image that appears at the top of the page on the single post pages?
Abby

Hey Abby,

Welcome to the BB forums! :slight_smile:

If you’re using the BB theme, this can be done under Appearance > Customize > Content > Post Layout. Just set Featured Images to Hidden. :slight_smile:

Ben

HI Ben,

Thanks for your response. I am not using the BB theme. I am using a theme called Auberge.

Here’s an example of what I’m talking about:

http://www.indiepubchat.com/what-type-of-editor-does-my-manuscript-need/

There is no “Content” option under the customize menu.

Abby

Hi Abigail,

I am not familiar with that theme. Have you checked to see if the theme has an option to display featured images?

If it doesn’t, you can hide it using CSS.

.single-post .post-thumbnail {
    display: none;
}

Let us know if the above snippet resolves your issue.

Thanks,
Danny