So i want to change the white menu section to #DBDBDB, What is some code to do this?
Theme: Dawn
Website: Desire-online.net
So i want to change the white menu section to #DBDBDB, What is some code to do this?
Theme: Dawn
Website: Desire-online.net
Please add this code at the bottom of your base.css file in Online store > Themes > Edit code
.menu-drawer__navigation,
.header--has-social .menu-drawer__utility-links {
background-color: #DBDBDB !important;
}