• Hi,

    I seem to have duplicate social sharing buttons on the posts of my personal blog and I can’t for the life of me figure out how to remove them. Note, I would like to keep the social icons just below the gallery (these are generated by the Jetpack plugin). I would like to get rid of those found in the tag bar just above the footer (FB, Twitter, G+, Linkedin)– I have no idea where these came from.

    Here is an example post:
    https://quinnandali.com/snowboarding-in-the-french-alps/

    Any help would be much appreciated!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Put this code in your css file, or if you using latest wordpress version. Go to Customize -> Additional CSS and paste this code there

    .share-buttons {
    	display: none;
    }
    

    It just hide it, so no one will see them, even you. But if you want to turn them off, look in your plugins or js code(if you’re skilled enough).

    Thread Starter amhealy8

    (@amhealy8)

    This worked perfectly. Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicate Social Sharing Buttons’ is closed to new replies.