Home Forums WoodMart support forum Blog image

Blog image

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

    ahmeterturk
    Participant

    Hi,

    I want to remove the picture at the top of the blog (featured image
    ). How can i do this?

    Thanks a lot.

    #221980

    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)