Blog Post Featured image not showing

Hello!

I just noticed that all my “featured images” for my blog posts are not showing on the post itself.

If you look at my blog page: https://crisisequipped.com/blog
you’ll see all my posts with an image. When you click on any of those posts, there’s no main image.

How do I fix this?

Thank you so much! :slight_smile:

Hi There,

Thanks for writing in!
There is a custom CSS added to your site which is causing the issue.
I am not sure if you have added this intentionally. Please go to Theme Option -> CSS and search for following css.

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

And delete it.

Hope this helps!

I did what you said and my images are back :slight_smile:
Thank you, thank you!!!

You are most welcome!

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