I am looking to remove the author and date from the blog feed on pages like this https://l3leadership.org/podcasts/ (scroll down a little where you can see the authors profile pic after the blog expert). I have tried the following css from other tickets, but it doesn't seem to work:
Hello,
Love your theme by the way.
I am looking to remove the author and date from the blog feed on pages like this https://l3leadership.org/podcasts/ (scroll down a little where you can see the authors profile pic after the blog expert). I have tried the following css from other tickets, but it doesn't seem to work:
body .meta-author { display: none !important; }Thanks!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.post-area.featured_img_left .grav-wrap a { display: none !important; }Thanks
Salient Support Team
Unfortunately that didn't work. The author thumbnail is still there https://l3leadership.org/podcasts/
Hey there,
Thanks for reaching in,
Please use this CSS;
.post-area.featured_img_left .post-content-wrap .grav-wrap { display:none!important }Hope this helps,
Regards
It worked! Thank you very much!