Hi,
I am creating my blog and I have a question.
How can I make the feature image not visible in the post?
I mean, you can see from “outside” but once you’re in the post do not appear?


Can you please tell me how can change this?
Thanks
Hi,
I am creating my blog and I have a question.
How can I make the feature image not visible in the post?
I mean, you can see from “outside” but once you’re in the post do not appear?


Can you please tell me how can change this?
Thanks
Hi There,
To achieve that, please add the following CSS under Theme Options > CSS:
.single-post .entry-featured {
display: none;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.