Hide Featured Image

Home Forums Jevelin Theme Hide Featured Image

Home Forums Jevelin Theme Hide Featured Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Jen520
    Participant

    Hello,

     

    Is there a way to hide the featured image on all single posts without hiding the thumbnail?

    Solution for this topic

    Hi @Jen520,

     

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

     

    You can try achieving it 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

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

     

    Best regards,
    Shufflehound team

    Jen520
    Participant

    Thank you.

    You are most welcome here 🙂

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