Change mobile menu colors

Change mobile menu colors

Luxurymrkt
Globetrotter
715 2 152

 Hi,

 

I want to change my mobile menu to white background with black font

My site is https://vazluxe.com

1FBD69E7-AF55-4708-87A5-3AB6D9C09E20.png

Thank You | mike
Reply 1 (1)

B2Bridge
Excursionist
334 67 82

Hi @Luxurymrkt 
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag
Here is the code for Step 3:

 

{% style %}
@media screen and (max-width: 960px){

.drawer-menu__all-links {
 background-color: #fff !important;
 color: #000 !important;
}
.drawer-menu__all-links li.drawer-menu__item {
 border-color: transparent !important;
}
.drawer-menu__panel {
 top: -34px !important;
}
}
{% endstyle %}

 

Screenshot_1.png

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.