Home Forums WoodMart support forum Is it possible to disable Featured image on BLOG

Is it possible to disable Featured image on BLOG

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #223108

    Johanneshov
    Participant

    Is it possible to simply disable Featured image on BLOG, if so how do I do that?

    #223147

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .post-single-page > .article-inner > .entry-header {
      display: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)