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

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 updated: September 21, 2025


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

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

  1. Login to your TrekkSoft Backoffice.
  2. Navigate to  Settings > TrekkSoft Website Builder > Website Settings.
  3. Now you are in the Settings tab. In the top right-hand corner, click the HTML/CSS Editor button.
  4. Navigate to All files > Styles > assets > css > custom.css
  5. Then copy the following code snippet, paste into custom.css and click Save (as shown below):

    .pdf-facts { display: none; }



 

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