So, I managed to change the drawer menu color, hover color and everything. Just ended up not knowing how to change the login button color which looks very dark in the navigation menu. Any code that can help me change it?
Thank you
A user successfully customized their Dawn theme’s mobile drawer menu colors but couldn’t change the login button color, which remained too dark.
Solution provided:
Two-step fix:
.menu-drawer__inner-container svg.icon.icon-account { color: #fff; }.menu-drawer__account { color: #fff; }The issue was resolved after applying both CSS modifications. The helper requested the user mark the solution as accepted if it worked successfully.
So, I managed to change the drawer menu color, hover color and everything. Just ended up not knowing how to change the login button color which looks very dark in the navigation menu. Any code that can help me change it?
Thank you
Hello There,
.menu-drawer__inner-container svg.icon.icon-account {
color: #fff;
}
Hey, thank you!
That did change the icon color, but the text “Login” is still dark, is there a way to change the color of that as well?
Hello There,
.menu-drawer__account {
color: #fff;
}
Hello @devanshvasant
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please All Like and Accept Solution.