<img alt="" src="https://secure.365-visionary-insightful.com/791573.png" style="display:none;">
Skip to content
English
  • There are no suggestions because the search field is empty.

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: December 20, 2025


The social media buttons appear in the activity details page as highlighted in the example below (Harmony Theme):



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):
/*Remove Social media buttons from the Activity Details page: Theme-Harmony*/
.sidebar-box.sidebar-box-social-likes 
{
    display: none;
}

HELP ARTICLE ! To get more details on how to use custom CSS to customize your TrekkSoft website, click here.