Tagged: Blog, feature image
Hello
How do I remove the featured image above each title on the blog and inside an actual blog post. I need to have featured images as they are used elsewhere on the site.
I have tried adding this to Quick CSS, saving and opening the site in incognito mode with no luck:
.post-entry .big-preview{ display: none !important; }
Thanks.
Hey Frostholm!
Please try following code instead
.big-preview{ display: none !important; }
If that does not work, please post the link to your website so we can take a look
Best regards,
Yigit
Hey!
Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor.
Please also not that version 2.6.1 was released recently and available for downloading
Regards,
Yigit
That worked! Thank you so much!
I have also updated