[Resolved] Mobile Menu Burger Style on Click

Home Forums Support [Resolved] Mobile Menu Burger Style on Click

Home Forums Support Mobile Menu Burger Style on Click

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #524723
    Danny

    Hello, I switched from Astra to GP recently and I am really liking the theme. Thank you in advance for your support.

    On mobile, when I click the burger menu, it’s highlighted. How do I remove the link to the burger menu?

    Mobile Burger Highlight

    #524832
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .mobile-header-navigation button:hover {
            background-color: #fff;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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