Remove Preview Record Message for a Catalog Item in Service Portal

Daniel Arnold
Tera Guru

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!

DanielArnold_0-1723751421382.png

 

1 ACCEPTED SOLUTION

Daniel Arnold
Tera Guru

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

DanielArnold_1-1723823531910.png

 

 

View solution in original post

5 REPLIES 5

ShubhamGarg
Kilo Sage

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

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.

Sumanth16
Kilo Patron

Hi @Daniel Arnold ,

 

Please refer below thread:

https://www.servicenow.com/community/developer-forum/hide-referenced-popup-in-new-service-portal-in-...

 

Mark as correct and helpful as applicable.

 

Thanks & Regards,

Sumanth Meda