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

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