Feature Image Not Showing on mobile or desktop

My featured images aren’t showing either on my “Blog” page or on the individual blog posts. I have it set on “Grid” currently. I’ve tried clearing my cache with my WP-Super-Cache but that didn’t help. When I “preview” my website while Customizing, I can see my featured images. But on mobile and desktop, I can’t see the pictures. What should I try next?

I’ve tried searching the forums but haven’t found any solutions.

Jess

Hey there

Thank you for reaching out

Most probably someone disable it by this css:

.entry-header {
display: none;
}

Oh, thanks! That was me! I was trying to get rid of the word “blog” or any words for that matter that overlay the header picture. Is there a way to do that?

Hello there,

I hope you are doing well today.

Please try this css code:


.header-callout {
    display: none;
}

Best Regards,
Support

Okay, thanks! That solved my issue!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support