Okay
  Public Ticket #1434798
remove author from blog feeds
Closed

Comments

  • jerryscheller started the conversation

    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!


  •  9,016
    Tahir replied

    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


    ThemeNectar Support Team 

  • jerryscheller replied

    Unfortunately that didn't work. The author thumbnail is still there https://l3leadership.org/podcasts/

  •  3,034
    Andrew replied

    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

  • jerryscheller replied

    It worked! Thank you very much!