Mobile menu background color
-
Hi support,
For Mobile Menu Navigation:
1. How do I change the background color (for all levels) to white?
2. How do I change the font color to dark/black?
Thank you for your help!
Best regards,
Maikel
Hello,
Please add this code to the Theme Settings > Custom CSS:
.mobile-nav,
.mobile-nav ul li a,
.mobile-nav ul li a:hover,
.mobile-nav ul li a:active,
.mobile-nav .sub-menu-dropdown ul,
.mobile-nav .sub-menu-dropdown ul li a,
.mobile-nav .sub-menu-dropdown ul li a:hover,
.mobile-nav .sub-menu-dropdown ul li a:active{
color: #000000!important;
background-color: #ffffff!important;
}
Best Regards
Great support!
I only miss a few details, such as crosses and my search bar (see image)
Thank you!
Best regards,
Maikel
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code:
.mobile-nav .icon-sub-menu:after,
.mobile-nav .icon-sub-menu:before {
background-color: #000000;
}
.mobile-nav ul li .up-icon{
background:#ffffff;
}
Best Regards