Site logo

[Resolved] Hamburger Menu hides in Mobile

Home Forums Support [Resolved] Hamburger Menu hides in Mobile

Home Forums Support Hamburger Menu hides in Mobile

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1479363
    Leo
    Staff
    Customer Support

    Sorry – I thought we were working on mobile for the whole time as the title of the post suggested.

    Edit your CSS from:

    .main-navigation .main-nav ul li.slideout-toggle a {
        background-color: #00aced;
    }

    to

    .main-navigation .main-nav ul li.slideout-toggle a {
        background-color: #00aced !important;
    }

    should work.

    #1480026
    Sars

    Awesome Leo, It works. But on Hover, the background is not changing to another color..

    But its ok, As it is working for now without hover anyway.

    #1480713
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.