Currently, the mobile menu color is gray. How do I change the menu color, the text color and the active text color on the mobile page navigation menu?
Hello, Greetings from InkThemes! To change the text color of page navigation menu, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .mobile_nav { color: blue !important; } To change the color of all menus, paste code (given below) in custom CSS field. Code: .it_mobile_menu li a { color: red !important; } If you want to change the background color as well, for that code is below. Code: .mobile_nav { background: black !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com