Site logo

Archived topic

menu background mobile and tablet

5 replies · Started by Torsten on March 20, 2019

Viewing posts 1–6 of 6

Hi,
please take a look at this mobile phone screenshot:
https://bit.ly/2CEmZuT
the menu background for desktop computers should remain transparent so that it doesnt cover the background images.
But on cell, when clicking the menu button, the "X MENU" section should have the background color #cae7e7
same for the menu items "START", "BLOG", etc.
You'll understand when you extend the Menu in the "ABOUT"-section, you can hardly read the menu...
Thanks again for your great support,
Torsten

Hi there,

try this:

@media (max-width: 768px) {
    .main-navigation.toggled .main-nav>ul, button.menu-toggle  {
        background-color: #cae7e7 !important;
    }
}

lovely!
what about the color behind "X Menu" on cell and tablet?
best,
Torsten

I updated the CSS above to include the menu toggle

absolutely perfect!

Glad to be of help

This archived topic is closed to new replies.