We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to change color of the heading in the form

Mehar Naaz
Tera Contributor

MeharNaaz_0-1691046955651.png

How do i change orange color of the form to blue 

 

1 ACCEPTED SOLUTION

mattystern
Kilo Sage

Hi @Mehar Naaz 

 

You can set this individually in the CSS of the instance of this widget (ctr+right click on the widget > instance options). I inspected the CSS (ctr+shift+c) and found it was a panel-heading. I then just applied the "background:" to a blue color.

mattystern_0-1691072876556.png

Results:

mattystern_1-1691072962608.png

 

Note, as the screenshot above shows, this applies to all panel headings in the widget. 

 

Hope this helps!

 

-Matt

View solution in original post

1 REPLY 1

mattystern
Kilo Sage

Hi @Mehar Naaz 

 

You can set this individually in the CSS of the instance of this widget (ctr+right click on the widget > instance options). I inspected the CSS (ctr+shift+c) and found it was a panel-heading. I then just applied the "background:" to a blue color.

mattystern_0-1691072876556.png

Results:

mattystern_1-1691072962608.png

 

Note, as the screenshot above shows, this applies to all panel headings in the widget. 

 

Hope this helps!

 

-Matt