- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 10:19 AM - edited 01-06-2023 06:46 AM
Hi everyone!
We are in the process of shifting from the old ServiceNow Service Portal to Employee Center Portal.
We are trying to change the content, font style, font sizes of the OOB in Employee Center Portal.
For starter, I need help in changing the font style and font color of this text in Employee Center Portal.
Can someone please help me where/how I can configure them? Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 04:46 AM - edited 01-06-2023 04:46 AM
Hi there,
If your quesstion only concerns the header in the Sub-topics widget, you could consider adding CSS to the widget instance.
Ctrl + right click on the widget, for example on IT topics, select "Instance in page editor". Make sure you are in the correct scope, and add to the CSS field:
h3 {
font-face: cursive;
}
(or any other font ofcourse)
= tested
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 04:46 AM - edited 01-06-2023 04:46 AM
Hi there,
If your quesstion only concerns the header in the Sub-topics widget, you could consider adding CSS to the widget instance.
Ctrl + right click on the widget, for example on IT topics, select "Instance in page editor". Make sure you are in the correct scope, and add to the CSS field:
h3 {
font-face: cursive;
}
(or any other font ofcourse)
= tested
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 06:52 AM
Hi @Mark Roethof thank you so much for answering my questions. We are moving to Employee Center portal. Currently, we are still using the old Service Portal. I'm trying to change the existing OOB of Employee Center portal and design a new one so I need to know how to change the font style, text, color and stuff in the Employee Center