How do you hide the preview icon (i) from a reference variable on the Service Catalog?

Community Alums
Not applicable

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 find_real_file.png.

1 ACCEPTED SOLUTION

Rick Forristall
Tera Guru

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

find_real_file.png

find_real_file.png

View solution in original post

24 REPLIES 24

Rick Forristall
Tera Guru

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

find_real_file.png

find_real_file.png

Community Alums
Not applicable

Hi Rick,

I hope you're doing well.

Thank you for the potential solution. 

However, which page do I have to edit and add the code you provided?

You have edit the page where the form widget is placed.

@Preet P.  My solution works if the form is loaded on a portal page in your portal. 

Tell me more about your specific situation and I'll see if I can provide a better answer.

Thanks,


Rick

Community Alums
Not applicable

@Rick Forristall 

The form is loaded on a portal page. 

Would love to know which page should I edit and add the code in order to remove the i.

find_real_file.png