Site logo

Archived topic

Mobile menu background is color red

1 reply · Started by Russell on February 26, 2023

Viewing posts 1–2 of 2

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.

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.

This archived topic is closed to new replies.