I want different color for the text on sub-menus depending on if the site is viewed on desktop-pc or a tablet or a mobile.
I’ve found this in line 53 of style.css:
#access ul ul li a {
color: #ffffff;
}
Can you send me how to change in order to obtain a black color in the mobile menu?
#access ul ul li a {
color: #000000;
}