Removal of footer from single page on Portal

Preksha Kapoor
Tera Contributor

Hi Team,

We have a requirement to remove the footer from a specific page on the portal, as it currently makes the layout appear cluttered. Is there a way to hide the footer only on that particular page while keeping it visible elsewhere.

 

 

Attached is the screenshot of the current view of the portal:

PrekshaKapoor_0-1755506421936.png

 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Preksha Kapoor 

Are you referring to a footer in Workspace, or is it a portal screenshot?
Footers work at the platform level, not for a single page.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ct111
Giga Sage

Hello in server script you can mention something like this :

"data.page_id = $sp.getParameter("id"); "

 

and get the page id from URL, once you have that you can put that condition.

And follow something similar like the below THREAD to achieve your objective.

GlideFather
Tera Patron

Hi @Preksha Kapoor,

the footer is linked to the particular portal, so it will be there always or never, it cannot be sometimes displayed and sometimes hidden...

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */