Not show featured image in post page

Home Forums Jevelin Theme Not show featured image in post page

Home Forums Jevelin Theme Not show featured image in post page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • tonycspc
    Participant

    Hi, when I click on the post, it shows the featured image and the original image… How do I set it so that Jevelin doesn’t use the featured image as a giant header for the post?

    Hi @tonycspc,

     

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

     

    You can hide featured image 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)