Hey there,
I want to change the color inside the menu drawer to black (instead of gray that it is now). Can anyone help me please? My store url is: “https://0vt8b3l92s7f8bi4-90644578647.shopifypreview.com” Thank you in advance!
Hey there,
I want to change the color inside the menu drawer to black (instead of gray that it is now). Can anyone help me please? My store url is: “https://0vt8b3l92s7f8bi4-90644578647.shopifypreview.com” Thank you in advance!
Hi @dieuxstudios ,
.menu-drawer__menu-item--active, .menu-drawer__menu-item {
color: white !important;
}
.menu-drawer__inner-container {
background-color: #000000 !important;
}
.menu-drawer {
border-color: black !important;
}
Thanks!