Is there a way not to show a featured image at the top of a specific post (keeping the thumbnail but not the picture at the top of the post) ? While I want to keep them on all other posts.
Well actually it doesn't work, adding the code in the custom CSS window removes all the feautred images, not only on one single post. How can I do then?
To do that, please add more this code to Customize > Custom CSS:
body.postid-250 .post-image{ display: none; }
Note Important:
1/ You need to change number 250 on the above code to the post ID of the post you want to hide featured image. Check this guide to know how to find post ID of a post.
2/ If you want to hide featured images for other posts, let's use each code like above for each post.
I,
Is there a way not to show a featured image at the top of a specific post (keeping the thumbnail but not the picture at the top of the post) ? While I want to keep them on all other posts.
Many thanks!
I finally found the way: .post-image{ display: none; } in the custom CSS
Best
I again,
Well actually it doesn't work, adding the code in the custom CSS window removes all the feautred images, not only on one single post. How can I do then?
Thanks again
Hi,
To do that, please add more this code to Customize > Custom CSS:
Note Important:
1/ You need to change number 250 on the above code to the post ID of the post you want to hide featured image. Check this guide to know how to find post ID of a post.
2/ If you want to hide featured images for other posts, let's use each code like above for each post.
Best Regards,
PenciDesign
Works perfectly well!
Thanks a lot for the prompt reply.
Best regards