page blog

Good afternoon,
I’m building the blog, and it appears at the top, a gap to put a photo, and I can not delete.
If you access the page, www.montesdeandalucia.com, you will see that there is a gap but I do not know how to eliminate it.
In “meta”, I have unchecked the option, but it keeps appearing. If someone enters the page, click on “access” and it will take you to the wordpress user window.
How can I eliminate it?

Thank you.

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

.blog img.wp-post-image {
display: none;
}

I hope this helps.
Best Regards,
Support.

Thanks.
I’ve added the CSS code. The image has dissapeared, but now, the visitors can see a “band” and they can “clik”, and the image became big.

Thank you so much.

hey there

Try this css please

.post-content .shapely-category {
display: none;
}

Ok. Perfect.
Thank you so much ¡¡

I will close this case now, Feel free to contact us again if you have other questions Thanks!