Skip to main content

First Impressions on the New Navigation Experience in Sandbox

  • March 5, 2026
  • 4 replies
  • 61 views

Forum|alt.badge.img+2

Hey Community,

As I've been testing the new Navigation Experience, I wanted to share my impressions and learn from your experiences too.

  1. I know some of you hide the Title Bar on specific pages or across the entire platform. In our case, we hide it on specific pages. I've noticed that I needed to update my CSS from:
    main:has(#doc-page-84) #doc-layout-title-bar {
    display: none;
    }
    To
    main:has(#doc-page-84) app-layout-title-bar {
    display: none !important;
    }
  2. Docebo has added a "Add to favorites" option (heart icon) next to the page title. This means if you hide the title bar, you'll also hide this button, preventing admins from adding pages to their Favorites section in the new menu. You might want to consider only targeting the text with custom CSS rather than the entire title bar (I didn’t test it).
  3. Docebo Support confirmed that the "Add to favorites" icon appears only on pages included in the main menu assigned to the user (only the first menu assigned to the user). 
  4. Another change worth mentioning is that Docebo has removed breadcrumb navigation.

Overall, I'm really enjoying the new experience! 

Have you noticed any other changes or have any tips to share?

 

Thanks!

4 replies

sjennings78
Guide III
Forum|alt.badge.img+7
  • Guide III
  • March 5, 2026

As a Super Admin, I absolutely LOVE the Favorites option for a lot of the Admin areas that I spend a ton of time in.  And the new navigation menu, especially for the Admin areas, makes things so much quicker and easier to access!

Thanks for the heads up on the CSS and other things noted here!


  • Novice II
  • March 10, 2026

I have noticed that pages that are external links are not appearing in the menu. 

Note: This only affects external links that opens as a new page (not in page (iframe)).

Is this happening for anyone else? 


Forum|alt.badge.img+2
  • Author
  • Helper I
  • March 11, 2026

I have noticed that pages that are external links are not appearing in the menu. 

Note: This only affects external links that opens as a new page (not in page (iframe)).

Is this happening for anyone else? 


You’re right! I’m seeing the same issue. I opened a ticket for Docebo Support.

 


  • Novice III
  • March 12, 2026

I too as a superadmin like the possibility to favourite options and menu items, but parts of the new navigation set up makes the experience much worse. What I really dislike like about the update is the removal of the breadcrumbs and the titles/header on the pages. It is not WCAG compliant and make it much harder for the users to know where they are and to get back to the previous page!