Okay
  Public Ticket #185403
Social Sharing on Masonry Blog Posts
Closed

Comments

  • Morgan started the conversation

    How can I hide sharing option on the post previews on my home blog and keep them on the single post view? I've tried turning off every social sharing option I could find..please help!

  •  8,838
    Tahir replied

    Hey Morgan!

    Add this into the Custom CSS box located in your Salient Options panel:

    .home .post div.simplesocialbuttons {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Morgan replied

    Worked beautifully, thanks Tahir.