This topic has 6 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp
I had Custom CSS to remove the Featured Image from showing at the top of each blog post, but it is no longer working since updating my theme. The code was:
.blog-post.post-single .wp-picture {
display: none;
}
Can you provide updated code?
Hello,
Try to change previous code to:
.single-post .size-large.wp-post-image {
display: none;
}
Regards,
Rose Tyler.
Thank you but that did not fix the problem. I am still seeing the featured image at the top of each post.
Hello,
Try to clear browser and server cache before checking http://prntscr.com/e41qs8
Regards,
Rose Tyler.
Working! Thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Custom CSS to remove the Featured Image from showing at the top blog posts’' has been successfully resolved, and the topic is now closed for further responses