How to hide portal footer for the group doesn't want to see.

kj1
Tera Contributor

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.

 

1 ACCEPTED SOLUTION

Sai Kumar B
Mega Sage
Mega Sage

@KJ 

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

find_real_file.png

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

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

Sai Kumar B
Mega Sage
Mega Sage

@KJ 

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

find_real_file.png

kj1
Tera Contributor

Hi, guys

 

Thanks for your advises.

it worked with  "Headers & Footers"settings.

 

That was so helpful.