- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2020 05:39 AM
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.
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2020 08:34 PM
Solution identified is - instead of label we can use select box without choices . issue is been fixed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 11:05 PM
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;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2020 12:15 AM
Its still showing red color only , after code modified also

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2020 12:25 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2020 12:30 AM
Tested the same & below is result.
You can follow link & then use the CSS as above. Just replace yourinstancename in URL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2020 06:46 AM
Its fixed when i update below code
.v3c29786e87133200e0ef0cf888cb0bdf .help-tag-icon {
color: #000000;
}
thank you all