Hi, I would like to remove the featured image from showing at the top of a single post.
Hey DROR!
Please edit your blog post and check “Don’t display image on single post” – http://i.imgur.com/4y6Ukkq.png
If you would like to remove them using custom CSS, please add following code to Quick CSS
.single .blog-meta {
display: none!important;
}
Best regards,
Yigit
Thanks.