- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2020 08:03 AM
Hi community,
We have a requirement where information icon ('i' icon) should not be visible on portal for a particular reference variable.
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.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2020 08:26 AM
Hi,
you can go the CSS way as follows:
- Open Browser Developer Tools via F12
- Use the element selector and click on icon
- In the elements tab locate and copy the value of the HTML attribute from SPAN tag two levels above BUTTON tag
- Hold SHIFT and right click anywhere on the page
- Click on "Instance in Page Editor
- In the CSS field add the above CSS code (replace "sp_formfield_reference_hiring_manager" with your ID value)
- Save and then reload portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2020 08:26 AM
Hi,
you can go the CSS way as follows:
- Open Browser Developer Tools via F12
- Use the element selector and click on icon
- In the elements tab locate and copy the value of the HTML attribute from SPAN tag two levels above BUTTON tag
- Hold SHIFT and right click anywhere on the page
- Click on "Instance in Page Editor
- In the CSS field add the above CSS code (replace "sp_formfield_reference_hiring_manager" with your ID value)
- Save and then reload portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2021 05:25 AM
Hi Maik,
How can I get the ID value ?
Regards
Ashish Kathuria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2024 09:15 AM
Did you ever get this particular one to work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2023 07:44 AM
It didn't work for me =(