Okay
  Public Ticket #506130
feature image
Closed

Comments

  • Stephen started the conversation

    When i have set the masonry blog, my featured images have a grey gradient over them especially over the bottom third. Is it possible to remove this?

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before{
        background:none !important;
       
    }

    Thanks



    ThemeNectar Support Team