Can I change the second color of the menu? The active color is now blue --> see attachment. And I would like to change it to grey.
Hi maggie! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .it_mobile_menu > li.current_page_item > a { color: grey !important; } Thanks, Praveen