m_ahmad Posted May 12 Share Posted May 12 So all of a sudden my header and hamburger icon aren't showing up on mobile. It's fine on desktop though. I have a lot of code on my site, so I'm not sure if something broke if Squarespace updated. I have attached a screenshot of the mobile view. Thanks! Link to comment
tuanphan Posted May 14 Share Posted May 14 Because mobile header is transparent color so it will use site background color (black) header black, logo black, burger black... You can add this code to change color on mobile only @media screen and (max-width:992px) { body.homepage:not(.header--menu-open) { header#header img { filter: invert(1); } .burger-inner>div { background-color: white !important; } } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment