1. How do I change background color of mobile sub-menu items? See attachment 1.
2a. How do I change background color of ajax search results for mobile? See attachment 2a.
2b. How do I change background color of ajax search results for desktop? See attachment 2b.
For question #1, snippet you provided changes color of the whole menu. Is there any way to change ‘sub-menu’? In example (screenshot) I provided, color of price sub-menu ‘$30,$40,$50’, ‘$60, $70,$80’ and ‘$90 and above’.
It is hard to navigate in that menu as colors of menu and sub-menu are the same.
Please add this code to the Theme Settings > Custom CSS > Global:
body .mobile-nav .sub-menu-dropdown li a {
background-color:red;
color:#ffffff;
}
body .mobile-nav .sub-menu-dropdown li{
border-bottom:1px solid yellow;
}