How to change the Menu items font in Service Portal

shaik_irfan
Tera Guru

Hi,

Can anyone please help me how to change Menu items font

 

 

find_real_file.png

3 REPLIES 3

Paul Curwen
Giga Sage

On the Page use the below in the Page Specific CSS field:

 

.navbar{

  font-family: Arial, Helvetica, sans-serif;

}

 

This is a great article on fonts and how to customise them in Service Portal:

 

https://serviceportal.io/using-custom-fonts-service-portal/

 

You may also find this very usefuL https://www.servicenowelite.com/blog/2019/1/26/service-portal-home-page

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul

Naveen20
ServiceNow Employee
ServiceNow Employee

Do as shown in the screenshots. Need to modify the widget -> Header Menu

 

find_real_file.pngfind_real_file.png

Tejaswini9
Tera Expert

Hello shaik irfan,

 

Can you please help me in this if you were able to change the font size and font color of the Menu items, i am new to portal development please help me.

 

Thank you!!