Skip to main content
Question

Suppress the global search?

  • November 17, 2021
  • 9 replies
  • 349 views

sfprot
Novice III

Hello! Does anyone know if we can hide the global search bar?

We are going to use a Federated Search widget (I have a separate question out to the Community here about anyone who has integrated that into Docebo) and if we can figure out how to get that presented on the Docebo landing page, then we want to suppress the current Docebo search so that both don’t appear.

Has anyone done anything like that? Thanks!

9 replies

Donald.Watson
Contributor I
  • Contributor I
  • 11 replies
  • November 17, 2021

Hey There! Our Web Developer actually managed to hide our global search via CSS. I’ll reach out to you once I have the information from our Developer on what they did to make that change.


Annarose.Peterson
Hero III
Forum|alt.badge.img+6

Here is the css we used to hide the breadcrumbs and the global search.

#doc-layout-global-search-boxed,
#doc-layout-breadcrumbs .navigation-history,
#doc-layout-breadcrumbs .hierarchical-breadcrumbs {
  display: none;
}

 


sfprot
Novice III
  • Author
  • Novice III
  • 9 replies
  • November 17, 2021

Thank you, both!


JZenker
Guide II
Forum|alt.badge.img+1
  • Guide II
  • 232 replies
  • November 18, 2021
Annarose.Peterson wrote:

Here is the css we used to hide the breadcrumbs and the global search.

#doc-layout-global-search-boxed,
#doc-layout-breadcrumbs .navigation-history,
#doc-layout-breadcrumbs .hierarchical-breadcrumbs {
  display: none;
}

 

This is great, thank you! I put in an Idea request to be able to do this natively if you’re interested:

https://community.docebo.com/ideas/customization-of-the-search-bar-1509

Quick question if you don’t mind, what do you mean by breadcrumbs?


Annarose.Peterson
Hero III
Forum|alt.badge.img+6

@JZenker Those links at the top left corner of the screen that you can click to take you back to a previous page.  They automatically update to have the Docebo page “My Courses and Learning Plans” listed in there when someone goes into a course.  We don’t use that page for most of our clients, so we have hidden the breadcrumb from view so users don’t go there. 

 

 


JZenker
Guide II
Forum|alt.badge.img+1
  • Guide II
  • 232 replies
  • November 18, 2021

@Annarose.Peterson So helpful, thanks so much!


hwolfehall
Helper I
Forum|alt.badge.img+1
  • Helper I
  • 226 replies
  • September 6, 2023

Here is what I used to just hide the Global Search: 

/*Hide Global Search*/

doc-layout-global-search-boxed {

   visibility: hidden;

}

 


Isram
Influencer III
Forum|alt.badge.img
  • Influencer III
  • 55 replies
  • July 2, 2024

thank you @hwolfehall , that is exactly what I was looking for 


  • Newcomer
  • 1 reply
  • January 30, 2025

Can anyone help me on how to hide global search for specific pages ? We do not want to hide for all Docebo pages.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings