[Resolved] menu background mobile and tablet

Home Forums Support [Resolved] menu background mobile and tablet

Home Forums Support menu background mobile and tablet

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #844342
    Torsten

    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

    GeneratePress 2.2.2
    GP Premium 1.7.8
    #844588
    David
    Staff
    Customer Support

    Hi there,

    try this:

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

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

    #844607
    David
    Staff
    Customer Support

    I updated the CSS above to include the menu toggle

    #844611
    Torsten

    absolutely perfect!

    #844617
    David
    Staff
    Customer Support
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.