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

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

LinkedIn

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.

find_real_file.png

find_real_file.png

.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

LinkedIn

Vandana4
Kilo Expert

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

Vandana4
Kilo Expert

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.

 

 

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

LinkedIn