Home › Forums › Gillion Theme › disable image
Home › Forums › Gillion Theme › disable image
I would like to disable this image from all my blogposts
Hi @juniormartian,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to disable it from all blog posts?
Best regards,
Shufflehound team
You can disable 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
.single-post #content .post-thumbnail { display: none !important; }