
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-12-2019 09:48 AM
Hi all,
I'm trying to find the best solution to remove the preview icon from one of my reference variable (Requested for) from all the items on the Service Catalog. Can someone assist suggesting the 'best practice' solution?
Thank you,
Preet Patel
The icon looks like this .
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-26-2020 02:46 PM
Did you ever solve this?
If you're on a portal page, you can add page specific css to hide it.
That element has a class of 'add-on' so in the Portal Page's Page Specific CSS you can add:
.add-on{
display: none;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-06-2021 12:22 PM
Hi,
Yea, there are other solutions here that are not "all or nothing". Please see above.
The one that was marked as correct is that way, but there are other options.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-06-2021 01:30 PM
the one marked as the solution
creating a custom page for this one catalog item is not ideal again for reasons I've already provided
Also customizing CSS is not something my customer is able to support themselves so even if it is possible I see that it has stopped working with upgrades and we may not be engaged with them at that point to resolve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-06-2021 01:34 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-06-2021 10:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-03-2022 01:17 PM
How do you hide the preview icon (i) from a Glide List type field in Service Now. The ref_decoration_disabled=true attribute can be used to hide preview icon in a reference field but it does not work for glide list type field.