Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857123

    mrbizkid13
    Participant

    Hello,
    I would like information on how to go about disabling social sharing on my website. I no longer want the social sharing option to appear on pages and all my posts. I would like to use a third-party social sharing plug-in instead.

    URL – http://www.leoncarrington.com
    WordPress version 4.4.2 running X – Child Theme
    Cornerstone plugin version 1.2.0

    #857582

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-entry-share {
        display: none;
    }
    

    Hope that helps.

    #863720

    mrbizkid13
    Participant

    Yes this worked out.

    Thank you

    #864247

    Rad
    Moderator

    Glad to hear that and you’re welcome!