Hi,
I have enabled mobile header and have made it transparent, and changed mobile menu background with the following code.
@media (max-width: 768px) {
.mobile-header-navigation {
background-color: transparent;
}
.main-navigation .main-nav ul li a {
background-color: #ffffff;
}
button.menu-toggle {
color: #ffffff;
}
}
My questions are:
The hamburger icon is white before it’s clicked which is what I want, how do I make the “x” white to close menu, and visited hamburger icon white as well?
And, how would i make the hamburger icon just a little bigger?
And, if I wanted to reverse the pop down menu colours to be white text, black background how would the code change?
thanks,