Home Forums WoodMart support forum Featured image

Featured image

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

    budosana
    Participant

    Hi,
    How to remove featured image from single post page.

    Thanks

    #70115

    Hello,

    Thank you very much for choosing our theme and contacting us.

    The featured image can be removed with custom CSS. Please add this code to Theme Settings > Custom CSS:

    .entry-thumbnail{
        display:none;
    }
    .post-single-page .article-body-container {
        text-align: left;
        margin-top: 80px;
    }

    Best Regards

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