Hi @beatravelling
At first, thank you for your response and for choosing our theme.
The first image in the single post page is the featured image of the post, second, the same image is included in the post content, you can manually remove the featured image from the blog posts via Dashboard > Posts > Edit Post > Featured Image section, but in this case, featured image will no be shown on the blog page.
If you want to hide the featured images only in the single post page, please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.single-post .post-media {
display: none;
}
Kind Regards
Sorry, for being unclear.
I would like to keep the featured image in the single post page, but remove the same image and the space between the same image and the text in the post content.
It looks like this:
https://www.beatravelling.com/2019/12/29/pie-restaurant-kings-cross-london-england-uk/
but I would like to have it look like this: https://www.beatravelling.com/2020/01/05/jaipur-indian-restaurant-oslo-norway/
Thanks so much for helping me out!
Hi @beatravelling
In this case, you need to remove the images which are added in the post as the part of the content via back end editor.
Kind Regards
Ok. I was hoping there would be a “quick fix”, and that I wouldn’t have to do it in every single post. Thanks anyway!
Hi @beatravelling
Unfortunately, there are no more options to hide only several images in the page content, they should be modified manually.
Thank you again for your response and Kind Regards
.single-post .post-media {
display: none;
}
I just wanted to say that this worked like a charm. Thank you!
Hi @grundschulecke
Thanks for your response and for sharing your experience with us.
Kind Regards