Site logo

[Resolved] Styling hamburger menu

Home Forums Support [Resolved] Styling hamburger menu

Home Forums Support Styling hamburger menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2599398
    Damon

    Hello there.
    I’d like to put a white background behind the menu items when you click the hamburger menu on mobile (no bg on desktop).
    Kind regards
    Damo

    #2599497
    David
    Staff
    Customer Support

    Hi there,

    you can add a background color using some CSS:

    @media (max-width: 768px) {
        .has-inline-mobile-toggle #site-navigation.toggled {
            background-color: #000;
        }
    }
    #2603897
    Damon

    Thank you David.
    That’s a great help.
    Kind regards
    Damon

    #2603975
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.