Hey Community,
As I've been testing the new Navigation Experience, I wanted to share my impressions and learn from your experiences too.
- 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:
Tomain:has(#doc-page-84) #doc-layout-title-bar {
display: none;
}main:has(#doc-page-84) app-layout-title-bar {
display: none !important;
} - 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).
- 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).
- 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!
