The CreatorCon Call for Content is officially open! Get started here.

Disable catalog variable tool tip ( ? question mark red colour)

Vandana4
Kilo Expert

Hello All,

1)  I would like to disable variable  tool tip ( ? question mark red colour) , client doesn't want this and if possible can make other symbol . they want help text but don't need question option

please help me on this.

 

find_real_file.png

 

2) few cases 

Comments  should be bold font and help text in normal font.

Comments : why do you need this new category?

Kindly let me know if this can be possible?

i tried with 

<font size=4 color='black'> Comments </font> 

but not helped

1 ACCEPTED SOLUTION

Vandana4
Kilo Expert

Solution identified is - instead of label we can use select box without choices . issue is been fixed

View solution in original post

18 REPLIES 18

Hi Vandana,

 

You can do a Ctrl + Right click on the page you see help-tag & open it in Page Editor.

Once done try passing below CSS & see the difference.

.help-tag-icon {
    color: green;
}

Its still showing red color only , after code modified also

Please share in detail what you tried.

So is it also actually Service Portal? If I look at your last image, I suspect this is the Variable Editor on the Platform UI? Please share detailed information.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Tested the same & below is result.

 

You can follow link & then use the CSS as above. Just replace yourinstancename in URL.

Vandana4
Kilo Expert

Its fixed  when i update below code

 

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

 

 

thank you all