Tagged: featured image
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.
I added this code to the quick CSS and now I just have a grey square…
a.small-preview .iconfont {
display: none;
}
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
It doesn’t, that just brought back the pencil icon. thank you though for the quick response!
Hey!
Please use following code instead
.blog-meta span {
background: transparent!important;
}
.rounded-container .iconfont, .small-preview .iconfont {
display: none;
}
Regards,
Yigit
Perfect. Thank you!
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