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 update [June 27, 2022]


 

To open custom.css file you need to 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):

    .pdf-facts{display:none;}

 

 

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