How to change color on the navigation menu on mobile? Dawn theme

@mikery

Add code Your assets/base.css or assets/component-menu-drawer.css bottom of the file.

.menu-drawer {background-color: #fff !important;}
.menu-drawer .link--text {color: #34675c !important;}
.js .menu-drawer__submenu {background-color: #fff !important;}

Hope this work!

Thanks!

5 Likes