Viewing 4 replies - 1 through 4 (of 4 total)
  • install plugin: hide featured image…when you create post just check or uncheck option for featured image. as i do here

    bnta.stocktoc.com

    You should be able to remove it with some custom CSS. Since the theme has its own custom CSS tab which is located in Appearance -> Customize -> Design Options -> Custom CSS you can add the following code there:

    .single .featured-image {
      display: none;
    }

    Check out below link to see how it works on my site.

    [Signature links removed by moderator per forum rules.]

    sciomorph

    (@sciomorph)

    thanks buddy !

    Thx, that was my problem, too. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can i disable featured images in my posts?’ is closed to new replies.