Home › Forums › Basel support forum › Mobile MENU Color › Reply To: Mobile MENU Color
October 13, 2020 at 10:44 am
#232883
Elise Noromit
Member
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