Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to add icon on variable

Community Alums
Not applicable

I am not able to add icon  ?,X on right of variable on front end.

How can I achieve this?

10 REPLIES 10

Shruti
Mega Sage
Mega Sage

Hi

These icons are visible only if show help is checked for the variable

Shruti_0-1731570176517.png

 

Community Alums
Not applicable

Currently its not visible.However when I Hover on empty space ,help text is visible but icon is not visible.Seems its in white color .

Community Alums
Not applicable

Shruti Can you help me out

Hi,

Navigate to the catalog item on portal and press Ctrl+ right click on the widget

Shruti_0-1731588309822.png

 

 

Go to instance in page editor and add below to the CSS section and save it

.help-tag-icon {
color: #000000 !important;
}