Double Blog Image

When I post a new blog post the featured image is included at the top of the page. How do I remove the featured image from the top of the blog post?

See https://www.museumplanning.com/designing-museum-experiences-dme-process/

I only want the blog post image and caption without the featured image at the top.

Thank you !

Hello @d2b5d075_a5a7_43d8_a281_1f486e3d31e9,

Thanks for writing to us.

In case you don’t want to display the featured image on the blog post details page. I would suggest you add the following custom CSS code under Theme Options—>CSS.

.single article.post.type-post.status-publish.has-post-thumbnail .entry-featured {
display: none;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thank you !

That worked.

You are most welcome @d2b5d075_a5a7_43d8_a281_1f486e3d31e9

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.