Hello,
When I open the header drawer, the color is white. I would like to be able to change the color (#182308). I would also like to be able to change the font color within the header drawer (#F5BE98)
Any help is appreciated,
Thank you
Hello @Rigour
Please provide url and password of your store.
https://rigourandgrace.ca/password
HelloThere
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.menu-drawer__navigation {
background-color: #182308 !important;
}
.list-menu__item {
color: #F5BE98 !imporetant;
}
.menu-drawer__utility-links {
background-color: #182308 !important;
}
.list-social__item .icon {
color: #F5BE98;
}
.header--has-social .menu-drawer__utility-links {
background-color: #182308 !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
There was no change when I entered the code.
Try This:-
Go to online store ----> themes ----> actions ----> edit code ----> assets —> component-menu-drawer.css
add this code at the end of the file and save.
The background of the drawer is now the correct color! The font is not, it is dark grey / hard to see.
Check the color code you provided and the color code in my coding.
I have double checked. it is the correct code.
Even copy and pasted from the color code menu
then you might have also checked the screenshot, i sent you.
is there a color difference…???
Hello @Rigour ,
Here are the steps to apply the necessary changes in your Shopify store:
.menu-drawer__navigation-container > .menu-drawer__navigation{
background-color: #182308!important;
}
nav.menu-drawer__navigation ul li > a {
color: #F5BE98 !important;
}
Let me know if you need further assistance!
Hi @Rigour
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Hi @Rigour
To complete your requests, please follow these steps:
nav.menu-drawer__navigation * {
color: #F5BE98 !important;
}
Here is the result:
I hope this helps
Best,
Daisy
Thank you!