Home › Forums › Support › Style mobile header menu and toggle colors This topic has 5 replies, 3 voices, and was last updated 1 year, 1 month ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 29, 2022 at 1:31 pm #2297690 Tim Hello, I want to change the colors of the mobile menu toggle button, the background of the menu list, and the toggle button when the menu is open (when showing “x”). I added this code: .main-navigation button.menu-toggle { background-color: #f4f4f7; } It changed the color of the toggle button, but it reverts to the default when the menu is open. My site: https://www.nesteaglerock.com Thank you! July 29, 2022 at 2:44 pm #2297730 LeoStaff Customer Support Hi there, Try this instead: .main-navigation button.menu-toggle { background-color: #f4f4f7 !important; } Let me know if this helps ๐ July 29, 2022 at 3:10 pm #2297740 Tim Awesome, that worked for the button. Now how do I style the background color of the menu that drops out? July 30, 2022 at 3:55 am #2297944 DavidStaff Customer Support Hi there, if its a different color to the toggle then do this: .has-inline-mobile-toggle.site-header #site-navigation.toggled { background-color: #f00; } If its the same color then update the CSS Leo provided with: .main-navigation button.menu-toggle, .has-inline-mobile-toggle.site-header #site-navigation.toggled { background-color: #f4f4f7 !important; } July 30, 2022 at 6:10 am #2298019 Tim Thanks, David! Option 2 worked beautifully for my needs. ๐ July 30, 2022 at 6:20 am #2298026 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In