Okay
  Public Ticket #1603555
Remove Author Photo
Closed

Comments

  • Craig started the conversation

    Is it possible to remove all instances of the author profile picture on the site? Right now it shows up on category listing pages and in the slider.

  •  3,030
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please try this CSS,

    post-area.featured_img_left .grav-wrap a img { display:none!important }
    

    Hope this helps,

    Regards

  • Craig replied

    Hi,

    I didn't have luck with CSS but I modified it and that removed images on the category listing pages:

    .featured_img_left .grav-wrap a img { display:none!important }

    However, I still have featured images in the slider. Any idea about those?

    Thanks!


  •  9,006
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-recent-post-slide .nectar-recent-post-bg {
        background-image:none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Craig replied

    Hi,

    It looks like that code eliminated the image in the slider, not the profile picture in it. I've attached a screenshot of what it looked like.

  •  3,030
    Andrew replied

    Hi Craig,

    Could we get a direct link to that page with the slider please because we cannot find it on your site.

    That way we can write the CSS from that page to make sure it works.

    Thanks.

  • Craig replied

    Hi Andrew,

    Yep, it's just the homepage: http://uschinatoday.org/

    Thanks so much!

  •  3,030
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please try this CSS;

    .nectar-recent-posts-single_featured .grav-wrap { display:none!important; }
    .nectar-recent-posts-single_featured .grav-wrap .text a span { 
        display:none!important;
    }
    

    Hope this helps,

    Regards

  • Craig replied

    That did the trick. Thank you!

  •  3,030
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Awesome. Please be sure to reach in in case you encounter another issue,

    Regards