Site logo

[Support request] Mobile menu background is color red

Home Forums Support [Support request] Mobile menu background is color red

Home Forums Support Mobile menu background is color red

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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.

    #2547971
    Leo
    Staff
    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.