[Resolved] change hover color on slide out navigation menu toggle

Home Forums Support [Resolved] change hover color on slide out navigation menu toggle

Home Forums Support change hover color on slide out navigation menu toggle

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #416831
    Sarah

    Hello, trying to change the color of the slideout menu toggle button (the little hamburger menu). Currently, when I hover it changes to white. Have used this guide (https://docs.generatepress.com/article/changing-navigation-colors/), but nothing seems to change the hover on just the menu toggle button, help please! Thank you!

    #416856
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    .main-navigation .main-nav li.slideout-toggle a:hover {
        background-color: #222;
        color: #fff;
    }
    #417488
    Sarah

    Hey Tom, sorry, that still didn’t work…

    #420071
    Sarah

    Hi there, just following up on this, I’ve tried a few different options and still nothing works. Thanks!

    #420208
    Leo
    Staff
    Customer Support

    Can you disable maintenance mode on your site so we can see why it’s not working?

    Thanks!

    #420240
    Sarah

    Okay, it’s off – I’ll leave it this way until tomorrow mid-day. Thanks!

    #420260
    Leo
    Staff
    Customer Support

    Try:

    @media (max-width: 768px) {
        .mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
            color: #343433;
       }
    }
    #420264
    Sarah

    You are a lifesaver, thank you!!!

    #420319
    Leo
    Staff
    Customer Support

    No problem 🙂

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