Target Mobile Menu Color
-
I want the navigation menu links to be white (except in the mobile menu), which I’ve accomplished through this CSS:?
.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited { color: white; }
Unfortunately, this code also affects the menu items in the mobile menu as well. Because the mobile menu has a white background, the menu items become illegible. I’d like to make the mobile menu items black, and I’m not sure how to accomplish this while keeping the non-mobile menu items white. I’ve tried targeting different?CSS classes, but I think my specificity is still too low. Is there a way to keep the non-mobile menu items white while making the mobile menu items black?
Any recommendations are greatly appreciated! Thank you so much! ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Target Mobile Menu Color’ is closed to new replies.