Home Forums Basel support forum Change Menu Color on Mobile look like Desktop Reply To: Change Menu Color on Mobile look like Desktop

#139092

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .mobile-nav ul li a{
    color: yellow;
	background-color:green;
}
body .mobile-nav ul li a:hover{
    color: red;
}

body .mobile-nav ul li a:hover,
body .mobile-nav ul li a:focus{
    color: orange;
}
body .color-scheme-dark .sub-menu li a{
    color: blue;
	background-color:green;
}
body .mobile-nav .icon-sub-menu::after, 
body .mobile-nav .icon-sub-menu::before {
    background-color: yellow;
}

Set the colors as per your needs.

Best Regards