<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.

How To remove the PDF file section from your activity Details page

To remove the PDF file section, you need to add a custom code snippet in the custom.css file

Last Update: December 20, 2025


To remove the PDF file section as shown below, you need to add a custom CSS code snippet in the custom.css file (Harmony theme).

To open custom.css file you need to navigate to the following path:

  1. In your TrekkSoft Backoffice, navigate to  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. Navigate to All files > Styles > assets > css > custom.css

  4. Then copy the following code snippet, paste into custom.css

  5. Finally, click Save (as shown below)

/*Remove PDF file section from your activity details page: Theme-Harmony*/
.pdf-facts 

    display: none; 
}

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