Skip to main content
Question

Service Catalog - Hide "Requested For"

  • March 19, 2024
  • 1 reply
  • 545 views

liamsawyer
Apprentice
Forum|alt.badge.img

On a previous thread there is a way to hide the “requested for” and make the requester field non-editable. However, this custom CSS hides it for all items. We want to hide it for certain items.

 

The code in question:

 

/* Hide Requester field label */
body[page="catalog_item"] #side-modal #side-modal-content .place-request-container .control-label label
{
visibility: hidden !important;
}

/* Hide Requester email address field */
body[page="catalog_item"] #side-modal #side-modal-content .place-request-container .control-element input {
visibility: hidden !important;
}

 

1 reply

nrm149
Community Debut
  • Community Debut
  • June 2, 2025

Did you ever find a solution for this?