Home › Forums › Jevelin Theme › Hide Featured Image
Home › Forums › Jevelin Theme › Hide Featured Image
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
Thank you.
You are most welcome here š