I’ve read through the forums and have found css code to remove the image in my blog post page, but to no avail. I’ve tried the following below.
Am I missing something? Can someone please advise on how to remove both the featured images as well as the pencil icons (shows when no featured images in not selected) on my blog posts.
thanks in advance.
#top .fullsize .template-blog .blog-meta, #top .fullsize .template-blog .post-meta-infos {
display: none !important;
}
.single .blog-meta {
display: none !important;
}
Hey Scott!
Please disable CSS minifying feature, flush cache and then check your blog post once again. Code is currently not being applied.
Best regards,
Yigit
Yigit,
Thanks, worked perfectly, then I enabled minify and cleared the cache again, and it still works!