Hi there,
I can see that you have 2 images in the post one is rendering from feature image i.e small one and another from the block editor. If you intend to remove the small one edit the post, on the bottom right there’s Feature Image click it and you can see the Remove feature image, click it and update the post. That should do the trick.
Thanks and Regards,
Milan.
Thanks, but if I remove the small one then I dont have featured image. I want to delete the small image for each post. How to do that? Thank you
Hi there,
The feature image shown in the single page is pragmatic but if you don’t want that then please add the following CSS.
img.attachment-large-thumb.size-large-thumb.wp-post-image {
display: none;
}
Help link https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks and Regards,
Milan.
It works. Thank you very much.