How can I remove the featured image on individual posts? I still want it for when I’m displaying blog entries on Visual Composer, but want it hidden on the actual posts.
This topic has 4 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
How can I remove the featured image on individual posts? I still want it for when I’m displaying blog entries on Visual Composer, but want it hidden on the actual posts.
Hello,
Please add the following code in custom.css file
.single-post .blog-post .wp-picture {
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
thanks, Robert! That solved it
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘featured image on posts’' has been successfully resolved, and the topic is now closed for further responses