Hi all, I've tried the code below to try to remove the title from blog posts but they are still visible. I want to be able to keep the thumbnail image, but remove the title. Here's a link to the blog page to view. Would love some help 🙂
.blog-item-title h1.entry-title {
display: none !important;
}