Remove outstanding image from within the post

I need that the outstanding image not to be shown in the post but in the home (so deleting it is not an option). It duplicates with what I put in the post (and I can not put another one because of its literary theme and I need both the post and the highlighted one to show the cover book). In addition, it hinders the design of the entrance. I have tried several options but I can not get it to stop showing. How can I solve that? Thank you.
https://aeternalecturas.com/

Hi there,
Thanks for reaching out.
Relating to your question here, please try out the following CSS code under the Appearance>Customize>Additional CSS section:

.single-post .entry-content img {
display: none;
}
I hope this helps.
Best Regards,
Support.

It doesn’t work: the images inside the post is what that code delete, not the outstanding image. I need just the opposite thing. Please, find attached an image.

Hi

Where exactly it is? i need URL to the page, its not on the homepage

It is in every post. It’s not on the homepage but you can access by clicking any post. For instance the last post: ✅El día que se perdió el amor - Javier Castillo - Aeterna Lecturas

hey there

Please add this CSS in appearance - customize - additional CSS

.single-post .newspaper-x-image {
display: none;
}

Thanks!
Colorlib Support Team

It worked! Thank you very much :slight_smile:

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