Viewing 1 replies (of 1 total)
  • Hi ayoungvoice,
    I came up with a possible solution; it’s probably out of time, but it’s always worth posting it if others need it.

    You can solve by hiding the buttons with CSS applied to a body class.

    First, look in your page html for a class inside the body element identifying it, e.g. postid-707
    Then, add to your CSS file a rule like this:
    body.postid-707 .really_simple_share { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘Disable sharing in page or post’ is closed to new replies.