DEMO BUTTON
-
Hy how can i remove the demo button on the dashboard and the recommended modules button?
-
To remove demo button from dashboard you will need to comment page_header_toolbar_btn property with "switch_demo" key from AdminDashboardController.php.
To remove recommended modules button from the dashboard, create a new override function addPageHeaderToolBarModulesListButton() in AdminDashboardController.php.
In that override function simply return false to override the addition of recommended modules button.