diff --git a/addons/website/static/src/js/theme_preview_kanban.js b/addons/website/static/src/js/theme_preview_kanban.js
index ff6b34b9c4772268c1834a6f8f8daa2630725f40..a8c573b950c515ae33f1cd8f73eecf568160cb55 100644
--- a/addons/website/static/src/js/theme_preview_kanban.js
+++ b/addons/website/static/src/js/theme_preview_kanban.js
@@ -28,9 +28,9 @@ var ThemePreviewKanbanController = KanbanController.extend(ThemePreviewControlle
             className: 'mx-2 text-muted',
             innerHTML: _lt("Don't worry, you can switch later."),
         });
-        this._controlPanelWrapper.el.querySelector('.o_cp_top .o_cp_top_left .breadcrumb li.active').classList.add('text-black-75');
+        this._controlPanelWrapper.el.querySelector('.o_cp_top .breadcrumb li.active').classList.add('text-black-75');
         this._controlPanelWrapper.el.querySelector('.o_cp_top').appendChild(websiteLink);
-        this._controlPanelWrapper.el.querySelector('div.o_cp_top_left li').appendChild(smallBreadcumb);
+        this._controlPanelWrapper.el.querySelector('.o_cp_top li').appendChild(smallBreadcumb);
     },
     /**
      * Called when user click on any button in kanban view.