Home Forums WoodMart support forum How can I remove the featured image on post pages?

How can I remove the featured image on post pages?

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

    SmartInk
    Participant

    Hello! How can I remove the featured image on post pages?

    #134264

    Hello,

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

    body .post-single-page .entry-header {
        display: none;
    }

    Best Regards

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