Home Forums WoodMart support forum Blog post featured image

Blog post featured image

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

    dweb360
    Participant

    Hello
    is it possible to not display in post detail page the featured image?
    Thank you

    #362680

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards

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