i want to change the color in hyperlink in addinfo message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:30 PM
Hello Experts,
I want to change the color in the hyperlink in addinfo message to the same as all the messages shown in one color.(which is green font)
Now, a hyperlink is showing in black color in addinfo message.
Could you help me in this case?
Following is screenprint for your reference
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:41 PM
change your code in like below: < a href=" " style="color:green;">
you have already put the link in href just apply the style in you href.
This may not be the exact green color you want but you can get the hex code of your green color by inspecting tha page and change the color in style.
Please mark the answer correct/helpful if this helps.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 10:20 AM
@rajveer were you able to achieve this? Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 08:43 PM
Hi,
Are you using anchor <a> tag for these hyperlinks? if so, it should have been blue in color OOB.
If <a> is displaying in black then try something like this. Wrap your <a> tags within <fon color> tag.
gs.addInfoMessage("<font color='blue'> <a href='www.google.com' > Click here </a> </font>");
or
gs.addInfoMessage("<a href='www.google.com' style='color:blue;'> Click here </a>");
Regards,
Muhammad
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 09:00 PM
Hi,
As mentioned by members you can use html tags and use appropriate color.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader