I'm looking for a way to hide the thumbnails of my blog posts without affecting their display on the main blog page.
Currently, I have tried using the following CSS code to hide the thumbnail images:
.attachment-post-thumbnail {display:none;}
However, this has also caused the thumbnails to disappear on the blog overview page at www.wavebutler.surf/surf-blog
If anyone could provide me with some guidance on how to hide the thumbnails within the individual posts while keeping them visible on the main page, I would greatly appreciate it!