Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #522826

    Hi, I would like to remove the featured image from showing at the top of a single post.

    #522891

    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

    #522899

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove features image from the top of single post?’ is closed to new replies.