- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 12:51 PM
Hello all,
I'm trying to figure out how to remove the preview message that appears when the cursor hovers over the (i) icon next to a reference field in the service portal. This field is a reference field to the sys_user table and is on a catalog item.
Any advice would be greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 08:52 AM
I was able to solve this with the following steps:
1. Navigate to sp_page.list
2. Open the sc_cat_item record.
3. Add the following Page Specific CSS:
.tooltip {
display: none !important;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 02:55 PM - edited 08-15-2024 02:55 PM
Hello @Daniel Arnold ,
Here is the step by step guide to How to hide reference variable (Information icon) on Catalog items in Service portal?
If my response helps you in any way, kindly mark this as Accepted Solution/Helpful and help in closing this thread.
Regards,
Shubham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 08:25 AM
Thanks for your response. This recommendation works for completely removing (i) information icon. However, I'm trying to keep the icon but remove the "preview this record" message that displays when hovering over it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 09:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 08:42 AM
Hi @Daniel Arnold ,
Please refer below thread:
Mark as correct and helpful as applicable.
Thanks & Regards,
Sumanth Meda