coachhenrylam got a reaction from
billoranikamail54 in PROBLEM with Invisible But Clickable Hamburger Menu on Desktop 7.1
Url - www.coachhenrylam.com
I used this in custom css
Hamburger Icon is Clickable but invisible not matter what color I change in code below or edit style.
.header .header-burger{
display:flex
}
.header-nav, .header-actions {display:none}
.header--menu-open .header-menu {
opacity: 1;
visibility: visible;
width: 50%;
margin-left: 50%;
box-shadow: -5px 5px 15px #000 }
/* Colour of Hamburger Button */
.burger-inner > div {
background-color: white !important;
}