Okay
  Public Ticket #2989882
Turn off social sharing in the product pages
Closed

Comments

  •  2
    StefanoCotelli started the conversation

    Hi,

    i want to turn off social sharing in the product page, but i don't find the option in the theme, thanks :)

  •  2,958
    Andrew replied

    Hello there,

    You can turn off the Salient social plugin. This will however turn off sharing on the whole website. 

    Alternatively, this CSS can help hide social sharing on the single product page 

    .single-product .nectar-social.fixed {
        display: none;
    }
    

    Thanks,