How to remove featured image on blog post?

Home Forums Jevelin Theme How to remove featured image on blog post?

Home Forums Jevelin Theme How to remove featured image on blog post?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • [email protected]
    Participant

    Hi

     

    I want to remove the featured image that displays on to of my blog post but keep it in the overview blog page.

    I used

    .post-meta-thumb {
    display: none;
    }

    To remove the image from the blog post and it worked, but it also removed the image from the blogs link in the blog overview page.

    Hi @ragnar,

     

    I hope you are well today and thank you for your question.

     

    You can remove it only from single post page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post .post-meta-thumb {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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