- 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-21-2020 12:34 AM
Well it does require a little bit of knowledge on CSS. What do you have in particular trouble with? Then I could try to explain, so you might be able to find out further changes like these yourself. That will save you a lot of time.
In this case, it's not the "display: none". Display none hides the elements.
You are more likely after the color, for example "color: red", "color: #FF0000".
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:46 AM
To help a bit more. See below 2 images, how you can find which element it concerns. Also easy to test in chrome.
With that knowledge, you know what to add to the Widget Instance CSS, or Page Specific CSS. Also with applying this way of work, you could do future things like this yourself quicker, then you are not depending on the community anymore and taking days to achieve this.
.help-tag-icon {
color: black;
}
or
.help-tag-icon {
color: #000000;
}
Be aware: this does concern Service Portal. This does NOT concern the Variable Editor on the Platform UI.
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-17-2020 07:14 AM
Thank you all , may i know if can i change question mark to some other symbol how can change?
And variable question like : Comments : why do you need this new category?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 10:37 PM
Kindly let me know if can i change color or icon from question mark to some other?
Few of variables its appearing parallel for few variables appearing next line of variable , kindly let me know to make all are parallel.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 11:03 PM
If it concerns Service Portal: yes same thing, follow what I mentioned, follow the article. You could just override the CSS and choose a different color.
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