Home › Forums › Support › Header Menu Button This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 2, 2018 at 9:54 pm #539316 Tony Hi, How do I change the color of the header menu button to ff7e00 with 0079b8 as the hover. Also, I would like to have this as a button in the mobile nav. April 3, 2018 at 8:48 am #539890 LeoStaff Customer Support Hi there, Currently you are using this for the menu button: .main-navigation:not(.slideout-navigation) .main-nav li.nav-button a { font-size: 90%; border-width: 2px; border-style: solid; line-height: 40px; border-radius: 20px; margin-left: 10px; } You can just add background-color: ff7e00; to it. As for the hover color: .main-navigation:not(.slideout-navigation) .main-nav li.nav-button a { background-color: 0079b8; } If you want it to apply to the slideout navigation as well, then just remove this part from the selector: :not(.slideout-navigation) Let me know. April 3, 2018 at 1:38 pm #540217 Tony Thnanks! April 3, 2018 at 5:15 pm #540375 LeoStaff Customer Support No problem! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In