Home Forums Basel support forum Remove featured image at the top of a blog post?

Remove featured image at the top of a blog post?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5936

    arvinrapanut
    Participant

    Hi, is there a way to remove the featured image at the top of a single blog post?

    #5940

    Artem Temos
    Keymaster

    Hello,

    You can add this code snippet to the custom CSS in Theme Settings

    .blog-post-loop.post-single-page .entry-thumbnail, .blog-post-loop.post-single-page .post-date {
        display: none;
    }

    Regards

    #5947

    arvinrapanut
    Participant

    It worked, thanks!

    #5951

    Artem Temos
    Keymaster

    You are welcome 🙂

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

The topic ‘Remove featured image at the top of a blog post?’ is closed to new replies.