This topic has 4 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
The mobile menu on my site has a dark grey background and almost similarly dark text on it, so the text is barely visible on any phone. How would I change both the background coloro and the font color?
https://prnt.sc/gr0zms
How would I make this change happen on only my mobile device: https://prntscr.com/gr11o2 ?
Hello,
1. Add this code in Global custom css:
.st-menu-open .mobile-menu-block > .mobile-menu-block.st-menu {
background-color: rgba(0, 0, 255, 0.29);
}
.mobile-nav-heading.close-mobile-nav {
background-color: red;
color: white;
}
.mobile-nav a, .mobile-nav-heading {
color: white !important;
}
.mobile-nav .links {
border-top: 1px solid white;
}
2. You may add this code in Custom css for mobile:
.header-custom-block {
display: none !important;
}
Regards
Thanks Rose! What would I do without your support?!? 😀
You’re welcome! 🙂
Regards
The issue related to '‘Editing the mobile menu with CSS’' has been successfully resolved, and the topic is now closed for further responses