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:
.post-single .images-slider {display: none;}
Can you provide updated code?
This topic has 4 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Robert Hall
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:
.post-single .images-slider {display: none;}
Can you provide updated code?
Hello,
Please use this css code:
.blog-post.post-single .wp-picture {
display: none;
}
Best regards,
Jack Richardson.
That worked! Thank you.
Hello,
You’re welcome!
Regards,
Robert Hall
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