Okay
  Public Ticket #2028438
Woocommece social share
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi,

    I've just created this new page (salient 10.5) and there appears a social share. It is quite nice, but there are very limited options. So I wanted to get rid of it complete. But when I uncheck all the boxes in the customise area on wordpress (as per salient instructions) the share still appears, and then disappears when you hover over it. Can it go completely?

    Thanks

  •  8,994
    Tahir replied

    Hey Again,

    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-social.hover {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    Worked great thanks.