Home General Discussion

Service Catalog Customization - Remove Need help finding what you are looking for?"

CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

Dear All,

I would like to remove "Need help finding what you are looking for?" and its search box from the alternate home page. Is this something which is easy to do?

Kind Regards

Daniel

Best Answer

Answers

  • Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭

    Yeah, you can just add this to custom.css:

    .row.search-row {
     display: none;
    }
    
  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Thank you for the help, i added it to customspaces custom.css, restarted cache and cleared history but it didnt work. This is the search in service catalog.

Sign In or Register to comment.