Hi !
I’m using Enfold on 3 blogs. One is our main website, and i’d like to use the featured image on main page / blog page / single blog entry. Other one is a simple blog we use mostly internally, i’d like it sleek and simple. I can’t find a way to avoid using featured images or author gravatar on blog page and single post.
I’ve tried several solutions i’ve found on the forum :
i’m able to hide featured images on single post using gmmediasiense’s trick, but in the same topic, Ismael’s suggestion won’t work.
Maybe, according to this post, having no image won’t hide the default pen image ?
The last trick would be to affect only one of our sites…
This feature request would be definitely the most user-friendly way to achieve my goals.
thanks in advance,
F.
Hi soifran,
Please try the following in Quick CSS to hide the preview image on your support site:
.home .small-preview {
display:none !important;
}
I couldn’t find any author images though, do you have a direct link?
Cheers!
Rikard
sorry for the delay, was AFK for a while
thanks a bunch for the quick answer ! worked great.