How to change the Menu items font in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2019 05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2019 05:28 AM
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
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2019 06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 02:41 AM
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!!