Feature image Blog

Hi,
I was wondering if I could delete the featured picture of a blog entry in Shapely? I have read the following link but I need to remove the picture of a single blog entry, not all of them. Is there a way?

https://colorlibsupport.com/t/how-to-remove-featured-image-from-post-pages-not-from-home/

Thank you,
S.W

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Do you want to remove the image from the post itself or the featured image that appears in the blog with all the other posts?

Best Regards,
Support

Hello, I would like to remove the image of the post itself, not the one that appears in the blog with all the other posts.

The link is: https://mdm.uda.ad/blog/

The problem is in the secong blog entry called Quiz. When you click on “Read More” it looks really bad.

https://mdm.uda.ad/how-much-do-you-know-of-mountain-destination-management/#more-830

Thank you,
S.W

By the way, I’m not getting a copy of your reply via email. What can I do to solve this?

hey there

Please add this CSS in appearance - customize - additional CSS

.post-content .entry-header img {
    display: none;
}

You can select " Notify me of follow-up replies via email" at the bottom of the message box

Thanks!
Colorlib Support Team

That additional CSS makes all my images of the blog disappear!

I have selected notify me via email but it doesn’t send them.

Thank you and kid regards,
S.W.

I would actually like to know the solution to both situations:

  • Remove the image from the post itself (but just one post, not all)
  • The featured image that appears in the blog with all the other posts. But again remove it for one single post, not all of them. This would be for example if I uploaded a video, I don’t need an image as well.

Thank you for your patience,
S.W.

Good evening

“– Remove the image from the post itself (but just one post, not all)” - Which post? i need to see it :slight_smile:

I have made the post public now so you should see it:
https://mdm.uda.ad/blog/

Thank you and kind regards,
S. W.

The previous CSS that was sent to me removes ALL the pics of the blog entries.

.post-content .entry-header img {
display: none;
}

Is there another way of removing the picture of just ONE post?

Hi

@sweis i need blog post itself, not blog page, you need to remove featured image just from one blog post, so, i need to see it to generate unique CSS for that blog post

Hi Noda,

The problem does NOT appear on the blog post, it appears on the blog page. If I don’t include a feature image, the post is ok but the blog page has an empty grey area where the picture should be. Please see the photo I am attaching.

The blog page is: https://mdm.uda.ad/blog/
The blog post is: https://mdm.uda.ad/make-it-happen/

Thank you and kind regards,
S.W.

Hi there,

You seem to have worked this out as the image is not featured image is not shown here https://mdm.uda.ad/make-it-happen/

See attached screenshot.
Did you manage to work this out.

Please confirm.

No, I haven’t worked it out. The problem is not on the blog post itself but on the blog page. I am sending a link:
https://mdm.uda.ad/blog/
Also, please find a picture attached.

Thank you

Hello there,

Please try using this CSS to remove the featured image of the post from the blog:


.blog article#post-880 header.entry-header.nolist {
    display: none;
}

Best Regards,
Support

Thank you,

That does work now!

Kind regards,
S.W

That does work! And how would I do the same but in the post itself? As in blog page has a feature image but the post itself doesn’t.
i.e. How would I remove the feature pic of this post: https://mdm.uda.ad/how-much-do-you-know-of-mountain-destination-management but leave the picture as a link on the general blog page??

Thank you

Hi,

Thanks for contacting us.

You would have to remove the previous CSS and use this instead:


/*Remove featured image from post*/
.postid-1762 header.entry-header.nolist {
    display: none;
}

You need to locate and replace the post ID in that CSS above to have it work on the post.
This link shows you how to find it:

Let me know if you need any further assistance, I’d be happy to help :slight_smile:

Take care.