Home Forums Basel support forum Mobile MENU Color Reply To: Mobile MENU Color

#232883

Hello,

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

body .mobile-nav .autocomplete-suggestions {
    background-color: red;
}
body .mobile-nav .autocomplete-suggestions .suggestion-title {
    color: green;
}

Best Regards