How to hide reference variable (Information icon) on Catalog items in Service portalSummaryIn OOB instance, sc_cat_item page loads the SC catalog item widget which shows the variables of the catalog items. If the requirement is to hide the information icon on reference field variables on the SC Catalog Item widget then CSS to be applied on the sc_cat_item page. InstructionsTo hide the reference field Information icon. Navigate to sp_page.list and open sc_cat_item page Add below code in CSS field of the page .field-has-reference > div.add-on > button { display : none; } - The configuration is applicable for all users(including admin), there is no method to apply the logic based on user role.