Manage your TrekkSoft website
  1. Help Center
  2. Manage
  3. Manage your TrekkSoft website

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:

  1. Backoffice> Settings> TrekkSoft Website Builder> Website Settings.
  2. Now you are in the Settings tab. In the top right-hand corner, click the HTML/CSS Editor button.
  3. Click on All files> Styles > assets> css> custom.css
  4. 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.