Featured Image for blog posts not displaying

Hi -

I am using the Icon stack. I am in the process of publishing all the posts for a site, including featured images for each post. The images display fine on the blog index page, but not on the post itself.

After looking through the forums, I tried changing the Post Format to Image, and I have cleared my browser and site cache - still nothing.

Am I missing something?

Site is raelbricker.com (still under construction)

Thankyou!

Hi there,

You have this code in the Global CSS that removes the feature image in posts:

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

Kindly delete the code and the feature images should display again.

Hope this helps.

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