Removal of footer from single page on Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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! */