Service Portal Font color change and Border Color Change

Averyy
Tera Contributor

Hello all;,

 

I am in need of assistance in changing the color of the font/border in the screenshot below. This is my first time being assigned something like this. 

Averyy_0-1714575679136.png

 

2 REPLIES 2

Sujatha V M
Kilo Patron
Kilo Patron

@Averyy  I assume you are using custom widgets on the portal page. 

 

Key combinations(ctrl+alt+right click in mouse) to get the below pop-up as below,

 

SujathaVM_0-1714580381156.png

 

- Open the page in designer or the widget in editor to check in CSS for the color in hex code. 

 

- You can even use Widget instances related to the OOB widgets to add your code in CSS. 

 

- If its a global change on the Portal, go to ESC theme and modify the CSS

 

SujathaVM_1-1714580471444.png

 

Reference : https://www.servicenow.com/community/developer-forum/how-do-you-change-the-color-of-the-widgets-back...

 

Please mark this as helpful and accept it as a solution if this resolves your query.

Thanks,

Sujatha V.M.

 

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.

Brian Lancaster
Tera Sage

You can do this by going into page editor. Then select the component you want to change and update the CSS. This is the CSS code for the boarder I don't know the font off the top of my head.

.panel-heading {
color: black;
background-color: #E4E7EE ;
border-color: #E4E7EE ;
}