coachhenrylam Posted April 8 Posted April 8 (edited) 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; } Edited April 8 by coachhenrylam add url to body billoranikamail54 1
justinjamesclack Posted April 8 Posted April 8 1 hour ago, coachhenrylam said: 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; } What's the url to your website?
justinjamesclack Posted April 8 Posted April 8 At first glance this code seems fine. I've even run it on my own website and it works. Try removing the code > saving > refresh page > add the code again > save > refresh page
tuanphan Posted April 13 Posted April 13 You can use this CSS code (Website > Website Tools > Custom CSS) @media screen and (max-width:991px) { .header-menu-nav-folder { transform: unset !important; } .header-menu-controls.container.header-menu-nav-item { display: none; } [data-folder="root"]>.header-menu-nav-folder-content:first-child { display: none; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment