Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ryan C.

    (@ryancowles)

    Hi there! The simplest approach would be to use some Custom CSS to hide the social icons for those posts/pages. Something like the following should do the trick:

    .postid-123 .sharedaddy {
      display: none;
    }

    You would just need to modify the post-id class. I hope this helps! Please let me know if you have any questions.

    Thread Starter Greg0497

    (@greg0497)

    thanks!

    Plugin Contributor Ryan C.

    (@ryancowles)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide social icons on some posts and pages’ is closed to new replies.