Site logo

Archived topic

change hover color on slide out navigation menu toggle

8 replies · Started by Sarah on November 5, 2017

Viewing posts 1–9 of 9

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!

Hi there,

Try this:

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

Hey Tom, sorry, that still didn't work...

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

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

Thanks!

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

Try:

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

You are a lifesaver, thank you!!!

No problem :)

This archived topic is closed to new replies.