How can I remove information icon from a reference variable in portal.

sruthi22
Tera Contributor

Hi community,

We have a requirement where information icon ('i' icon) should not be visible on portal for a particular reference variable.

find_real_file.png

In the above image, I should remove 'i' icon only from 'product variable (which is a part of variable set). 'i' icon for 'install base' variable should be as usual. Is this feasible. If yes, could anyone please explain the steps by which the requirement can be implemented?

 

Thanks in advance,

sruthi.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi, 

you can go the CSS way as follows:

 

find_real_file.png

  1. Open Browser Developer Tools via F12
  2. Use the element selector and click on icon
  3. In the elements tab locate and copy the value of the HTML attribute from SPAN tag two levels above BUTTON tag

 

find_real_file.png

  1. Hold SHIFT and right click anywhere on the page
  2. Click on "Instance in Page Editor

 

find_real_file.png

  1. In the CSS field add the above CSS code (replace "sp_formfield_reference_hiring_manager" with your ID value)
  2. Save and then reload portal page

View solution in original post

8 REPLIES 8

Maik Skoddow
Tera Patron
Tera Patron

Hi, 

you can go the CSS way as follows:

 

find_real_file.png

  1. Open Browser Developer Tools via F12
  2. Use the element selector and click on icon
  3. In the elements tab locate and copy the value of the HTML attribute from SPAN tag two levels above BUTTON tag

 

find_real_file.png

  1. Hold SHIFT and right click anywhere on the page
  2. Click on "Instance in Page Editor

 

find_real_file.png

  1. In the CSS field add the above CSS code (replace "sp_formfield_reference_hiring_manager" with your ID value)
  2. Save and then reload portal page

Hi Maik,

How can I get the ID value ?

 

Regards 

Ashish Kathuria

Did you ever get this particular one to work?

It didn't work for me =(