Skip to main content

We create events in a gated group which are for customers with a certain status/certification and for this reason we need the ability to remove the social sharing button for the events posted in that group. Please add a setting for these the share button to be removed. 

To clarify: you want to disable the social sharing buttons for specific, private groups, but not for all groups. Right?


Yes, just groups thank you!


So for all events you could use some custom css.
<style>

 /* hide social sharing button for events */

  body.twig_page-event .social-sharing {

      display: none;

  }

</style>

For just private events, there is no option at the moment.


NewOpen

Reply