Site logo

Archived topic

how can I set a #ffffff background on the mobile MENU ?

1 reply · Started by Robert on November 23, 2020

Viewing posts 1–2 of 2

Hi

I just wana ask: how can I set a #ffffff background on the mobile MENU ?

Now on the desktop version its OK but on the mobile, even I set the background color on #ffffff
there is still a very faintly visible #FAFAFA color behind the "MENU"

Kr
Robert

Hi there,

you can add this CSS:

.mobile-menu-control-wrapper .menu-toggle {
    background-color: transparent;
}
This archived topic is closed to new replies.