Home Self-Service Portal - Community

Is it Possible to Remove the Search Bar?

With our move to SCSM 2016 we are launching our service catalog on the Cireson Portal. Users generally found it impossible to find the correct request offering nested in the service offerings so we went with a much a simpler service catalog layout. This simple layout doesn't require the request offering search bar. Is it possible to remove the search bar and the "Need help finding what your are look for" label? 




Best Answer

Answers

  • Alex_JensenAlex_Jensen Customer IT Monkey ✭
    I just remembered I can use the Localizations to remove fixed labels. So I just need to find out how to remove the search bar and, new thing, how to add Top Knowledge Articles and Popular Articles to the Home page,
  • Alex_JensenAlex_Jensen Customer IT Monkey ✭
    Thanks for responding - I really appreciate it!

    Do I just add that to the custom.css?
  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    I tried this code on my portal and it doesnt hide the search box.

    Thanks

    Daniel

  • Shane_WhiteShane_White Cireson Support Super IT Monkey ✭✭✭✭✭

    Hi,

    This would be a better less 'dirty' solution 😉 Put this in custom.css

    .search-row {

    display:none;

    }

    Thanks,

    Shane

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    That removed the box thank you!

    Daniel

Sign In or Register to comment.