Shopify themes, liquid, logos, and UX
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,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.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!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025