Mobile Menu Colour Scheme
I am battling to find the spot where to change the colours for the text in the mobile menu as just cannot find it.
Site to check, [Links visible only for registered users] (on mobile the text is all white similair to the standard view....)
Your asistance would be greatly appreciated.
Kind Regards
Sean
Comments
to change these colors, please use below css:
#Top_bar a.responsive-menu-toggle { color: #000 !important; }
@media only screen and (max-width: 767px) {
#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a, #Top_bar .menu > li.hover > a { color: #000 !important; }
#Top_bar #menu ul li a span { color: #000 !important; }
}