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:
- Login to your TrekkSoft Backoffice.
- Navigate to 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.

- Navigate to All files > Styles > assets > css > custom.css

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