Skip to main content
Question

Service Catalog - Hide "Requested For"

  • March 19, 2024
  • 0 replies
  • 158 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;
}

 

Did this topic help you find an answer to your question?

0 replies

Join the Community or User Group to Participate in this Discussion

Reply