Hi,
I would like to completely remove not only the pencil icon, but the grey box over the blog posts as I recall them in my home page.
I finally got rid of the icons pasting:
span.fallback-post-type-icon {
display: none!important;
}
on my quick CSS.
but the grey boxes remained in place
I tried pasting:
.rounded-container .iconfont, .small-preview .iconfont { display: none; }
.blog-meta, .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }
but it didn’t work.
Any advice?
Thanks
Hey Radagy,
“Site is offline for maintenance”. Can you please post temporary admin logins here privately so we can look into it?
You can also add following code to Quick CSS to remove it
.blog-meta, .post_author_timeline {
display: none;
}
Best regards,
Yigit
Hi Yigit,
I added the code you posted me and it worked well
Thanks
Matteo
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
