The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Change font text color for Service Portal "Default" Brand

heathers_
Kilo Sage

Where do I change the text font color for the Service Portal "Default" brand. 

heathers__0-1745881219394.png

It's not located under Branding Settings.

heathers__1-1745881284552.png

 

I've inspected the elements and have been unable to locate this color in Themes, Style Sheets or Pages.

heathers__2-1745881377018.png

1 ACCEPTED SOLUTION

This did not work. After much digging, determined the color was being set at the widget. Understanding the CSS hierarchy helped Defining portal styles 

View solution in original post

4 REPLIES 4

J Siva
Tera Sage

Hi @heathers_ 
You can change that on the La Jolla theme (if you are using OOB theme). Otherwise open the theme from your service portal record and do necessary changes.

Go to https://<Instance-ID>.service-now.com/sp_theme.do?sys_id=a7a6e78277002300a6e592718a10617a&sysparm_vi...

 

In CSS Variables, find $btn-default-color and change.

JSiva_0-1745901525499.png

Note: This is a high-risk file. Please ensure thorough verification before making any changes.

Hope this helps.
Regards,
Siva

 

Thank you, Siva.

 

I've updated the color per your direction, yet the button text has not changed. The updated color is crossed out?

heathers__0-1745949026678.png

 

@heathers_  Someone might added that styling as inline. So try below and see.

$btn-default-color: #ffffff !important

 

This did not work. After much digging, determined the color was being set at the widget. Understanding the CSS hierarchy helped Defining portal styles