Remove Social media buttons from the Activity Details page
To remove the Social media buttons, you need to add custom code snippet in custom.css file
Last update [June 27, 2022]
The activity buttons appear in the activity details page as highlighted in the example below:

To open the custom.css file, navigate to the following path:
- Backoffice> Settings> TrekkSoft Website Builder> Website Settings.
- Now you are in the Settings tab. In the top right-hand corner, click the HTML/CSS Editor button.
- Click on All files> Styles > assets> css> custom.css
- Then add the following code snippet and paste into custom.css (as shown below):
.social-buttons{display:none;}

Click here to get more details on how to use custom CSS to customize your TrekkSoft website.