Home Forums Basel support forum remove featured image in posts

remove featured image in posts

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

    1klikstudio
    Participant

    How can i remove featured image appearing on top on each post content?

    #5750

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Thank you for your question.

    You can easily achieve this by adding this code snippet to the Custom CSS area in Theme Settings

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

    Regards

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