This topic has 7 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Robert Hall
Hi Support. How i can remove the feature image under the single posts? Kindly advice.
many thanks
Hello,
Please add this code in custom.css file:
.single-post .blog-post .wp-picture {
display: none;
}
Best regards,
Jack Richardson.
wonderful jack. thank you very much. one more request. how can i remove also the features image under the post list as well… many thanks eg: http://thoneh.com/announcement/
Hello stevhong,
if you want to remove featured image for blog posts, please use following css code:
.blog-post .post-images{
display:none
}
Regards,
Stan Russell.
Hello,
Do you mean this image? http://prntscr.com/avbj31
If so, you can remove it in the page editor.
Regards,
Robert Hall
hi stan.. what i means is this image.
http://prntscr.com/avbk6j thanks
As I see you’ve already removed the image.
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up