Home › Forums › Basel support forum › Change Menu Color on Mobile look like Desktop › Reply To: Change Menu Color on Mobile look like Desktop
August 19, 2019 at 5:40 am
#139092
Elise Noromit
Member
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