Using Layla in Joomla 5.3.3 on http://www.keithvb.com
Want to use ONLY the hamburger menu in all screen sizes.
I've solved part of my problem with the following in custom.css:
/* ======working with nav hamburger ======== */
.menu-toggle {
display: none;
align-items: center;
flex: 1 0 auto;
max-width: 40px;
width: 20px;
height: 0px;
margin: -80px 20px 20px auto !important;
z-index: 1;
}
What I can't figure out is how to change the hamburger color.
Suggestions, please.
Thanks, Keith