How do I hide the featured image in individual post?

I don’t want to delete the featured image. I want to show it on the thumbnail but hide it once the reader clicks the article. Individually.

Thnx

Hello Sheina,

Thanks for reaching out. :slight_smile:

Please try following CSS under X > Theme Options > CSS:

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

Here are some related links for further reading:

Hope this helps.

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