Site logo

Archived topic

Mobile Menu Color

3 replies · Started by Marcel on March 28, 2022

Viewing posts 1–4 of 4

Hello my color is cc0000 but when I look at the mobile menu there is a deviation. The color code is there: c80000. I have searched everything but I can't find where to change the background color from C80000 to cc0000.

Also this code:

.main-navigation.mobile-header-navigation {
background-color: #cc0000;
}

But it did not help.

I would appreciate your help.
Marcel

Hi Marcel,

Try this CSS:

.has-inline-mobile-toggle #site-navigation.toggled {
    background: transparent;
}

Hey Ying,

unfortunately does not work :(

Just to make sure we are talking about the same thing.

Can you check the below screenshot, are you talking about the background color of the area marked in blue?
https://www.screencast.com/t/UJA9UeYjU

If so, it's using#cc0000 as background color.

This archived topic is closed to new replies.