By default the mobile menu is black. And active links are colored as per your settings in the Theme Settings > Prime color.
If you want to change the background and color, add this code to the Theme Settings > Custom CSS > Global:
body .mobile-nav {
background-color: blue;
}
.color-scheme-dark ul li {
background-color: blue;
}
body .mobile-nav ul li .up-icon{
background-color: blue;
}
body .mobile-nav .sub-menu-dropdown ul:before {
color: red;
}
body .mobile-nav ul li.current-menu-item>a {
color: red;
}
body .mobile-nav ul li a {
color: red;
}
body .mobile-nav .icon-sub-menu:after,
body .mobile-nav .icon-sub-menu:before {
background-color: red;
}
body .mobile-nav .searchform button {
color: red;
}
body .mobile-nav .searchform input[type=text] {
color: red;
}
Hello I tried that code but still doesn´t work. Attached screen shot about the web problem. The home page menu appears in red and two items in black, and inside the web site all are in black. I need that in the home page too.