Home › Forums › Support › Mobile menu background is color red This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 26, 2023 at 2:01 pm #2547819 Russell Hello Generatepress team, I would like to ask for help changing the background color of my mobile menu. When I tried to edit it on customizer, I didn’t see anything set to red. I want to change it to white, the same as the color of my background, or black. February 26, 2023 at 6:33 pm #2547971 LeoStaff Customer Support Hi there, You have this CSS added in Additional CSS field in the customizer: @media (max-width: 768px) { #mobile-header { background-color: #ffffff; } .main-navigation .main-nav ul li a { background-color: #ad0500; } button.menu-toggle { color: #000000; } } I would recommend checking to see if you actually need that code – if not simply remove it. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In