Skip to main content
Question

Disable search box

  • May 22, 2025
  • 2 replies
  • 12 views

Forum|alt.badge.img

We are integrating Box with SF objects and we want to disable/hide the search and logo displayed as the header of the ContentExplorer UI control. Can this be done and if yes, how?

 

Thanks

Vijay

2 replies

Forum|alt.badge.img

Hi Vijay:

 

There currently isn't a way to disable the header, logo, or search field directly via props. However, you could try hiding the various components by targeting them with CSS:

 

.be-logo, .be-search {
   display: none;
}

Please feel free to open a Github Issue on the box-ui-elements repository to allow us to consider it for inclusion in our backlog.

 


Forum|alt.badge.img

hi is the above still the best way to hide the search field (I'm using the UI elements).