Need help on removing serach bar

Nivedita
Mega Expert

Hello All,

I want to remove search bar from header of Employee service portal and want to put it below welcoming page.I have attached the image as well for better understanding where I want to have my search bar.

find_real_file.png

4 REPLIES 4

Chaitanya Redd1
Tera Guru

Hi Nivedita,

Ctrl + Right click then you will get Instance page editor in that add below script.

Add this script on CSS 

.ng-scope {
visibility: hidden;
}

 

find_real_file.png

Manoj Kumar16
Giga Guru

You need to go to Service Portal Configuration--> Designer --> Select the portal home page put the typeahead search widget in that position.

To remove the search bar from the header, you need to go to the header widget and remove the typeahead search widget.

Susan Britt
Mega Sage
Mega Sage

Hi Nivedita, 

I would suggest cloning the OOB widgets ("Welcome Banner (CD)" and your header) and using those cloned versions on your pages instead.  For putting the search within that welcome banner, you will update the widget to call the OOB typeahead search widget.  Removing the search from the header, this is generally on the header from your Theme. I would also recommend you consider the usability of ESC without the typeahead search on each page via the header before removing it.  If you are driving your users to search, it is nice to always have the search bar on each page they navigate to.  

Jaspal Singh
Mega Patron
Mega Patron

Hi Nivedita,

 

You can look for thread where I have added my comments.