Site logo

Archived topic

Slideout Navigation

5 replies · Started by Jason Westbrook on June 20, 2017

Viewing posts 1–6 of 6

Hi! How would I:

1. Change the "menu and menu icon" to white instead of dark grey for the slideout only.

2. Change the slide-out menu text including hover and active to white?

Thanks so much!

demo:

https://www.builtonmission.com/demo

Hi there,

Site is under maintenance mode. Can you turn it off temporarily?

try it now....www.builtonmission.com

1 & 2 Try:

@media (max-width: 768px) {
    .mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle,
    .main-navigation .main-nav ul li a {
        color: #ffffff !important;
    }
}

worked thanks so much!!!

No problem!

This archived topic is closed to new replies.