How To Change Font Style and Font Color of text in Employee Center Portal?

Anastasia Ty-Ch
Tera Contributor

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.

 

EC.png

 

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

View solution in original post

2 REPLIES 2

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

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