Remove featured image in posts and keep in blog index page

Hi,

How do I remove the featured image in the posts but keep them on the index page?
Example:
Keep here: https://fredriklyhagen.com/blog/
Remove here:https://fredriklyhagen.com/your-ego-and-the-transition-to-leadership/ and all other posts

Thanks,
Fredrik

Hello Fredrik,

Thanks for writing to us.

To remove featured image from blog details page please add following CSS in X > Theme Options > CSS:

.single-post .type-post .entry-featured {
    display: none;
}

The purpose of providing the custom CSS 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.

Hope it helps you.
Thanks

:+1: Thank you!

Hi Fredrik,

Glad that we are able to help you

Have a nice weekend!
Thanks

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