Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #638229

    I have a series of blog posts, some will have a featured image and others will not. For those that do not have an image or a featured image, an icon appears in it’s place (looks like a square with a pencil in it). To me, it looks like an edit tool. I would prefer to have no icon appear when there is no featured image. I have checked “Don’t Display Image on Single Post” but the icon still appears. It also appears on archive or list pages as well as in single blog posts.

    #638234

    I added this code to the quick CSS and now I just have a grey square…

    a.small-preview .iconfont {
    display: none;
    }

    #638238

    Hey!

    Instead replace with:

    .template-blog .blog-meta {
    display: meta;
    }

    Do let us know if that works out for you.
    Thanks a lot

    Cheers!
    Basilis

    #638244

    It doesn’t, that just brought back the pencil icon. thank you though for the quick response!

    • This reply was modified 8 years, 5 months ago by mascokristina.
    #638266

    Hey!

    Please use following code instead

    .blog-meta span {
        background: transparent!important;
    }
    
    .rounded-container .iconfont, .small-preview .iconfont {
        display: none;
    }

    Regards,
    Yigit

    #638781

    Perfect. Thank you!

    #638785

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Icon from Post when No Featured Image Exists’ is closed to new replies.