Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #393814

    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;
    }
    #393837

    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

    #393977

    Yigit,

    Thanks, worked perfectly, then I enabled minify and cleared the cache again, and it still works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Featured Image/Meta in Blog Post’ is closed to new replies.