- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 09:29 PM
Hi,
I'd like to know how to hide portal footer for the group doesn't want to see.
That footer shouldn't be displayed for that group.
Could you give me some advise?
Thank you.
Solved! Go to Solution.
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 09:59 PM
You need to modify the footer template. Go to Service portal --> Headers & Footers. In there open the footer you are using for your portal and modify the code.
1.) CLone your OOB footer
2.) Modify the group name accordingly in footer server script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 09:52 PM
Hi kj,
Am not sure how you want to do it on a group level but ideally if you want to hide the header/footer completely then:
Navigate to Service portal> Headers & Footers > Open your respective record
Then in css
header{
display: none;
}
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 09:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 11:05 PM
Hi, guys
Thanks for your advises.
it worked with "Headers & Footers"settings.
That was so helpful.