October 20, 2015 at 05:32
This topic has 4 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
So here’s the previously started topic.
https://www.8theme.com/topic/need-help-with-removing-featured-image-from-the-top-of-single-post-in-blog/
It seems I’ve been helped and it worked. However it doesn’t anymore. Need to do it again. Does the code change?
If I enter
.post-images .blog-mask .mask-content{
display:none;
}
It removes link icon from the post featured images in Blog list page.
this is the code I have in custom.css right now. I believe it was edited by one of your team members while ago.
.post-images.nav-type-small.images-slider img {
display: none;
}
.main-nav .double-border {
border-top: none;
border-bottom: none;
}
.page-content > .row-fluid, .page-content > .row {
display: block;
}
img {
margin: 5px;
}
Do you mind telling me what to change again?
Thanks!
Hello,
Please try this code in custom.css
.single-post .blog-post .wp-picture{
display: none;
}
Regards,
Robert Hall.
Worked like a charm!
Thanks!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: featured image, remove, single post, themes, woocommerce, wordpress
The issue related to '‘Need to remove Featured Image from the top of Single Post in Blog. Again…’' has been successfully resolved, and the topic is now closed for further responses