hamburger mobile menu – color problem
-
Is there any way to set the hamburger mobile menu to be white, instead of the default black but have it stay black when you scroll down?
At the moment if I apply this code it goes white but remains white when you scroll down.
@media (max-width: 1023px) {
.open-panel span {
background: #fff;
}}Any help would be appreciated
The page I need help with: [log in to see the link]
- The topic ‘hamburger mobile menu – color problem’ is closed to new replies.