- 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-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;
}