JakeSauvage Posted September 9, 2022 Share Posted September 9, 2022 Site URL: https://www.yourestheticianbff.com/ Hi there! Attached is a picture of what I'm talking about - for the rest of the theme the background is black/the text is white but for some reason when I open the mobile navigation menu it reverses this. Is there a way to make this section of my page black background and white text/social links? Thanks in advance!, Link to comment
Solution tuanphan Posted September 10, 2022 Solution Share Posted September 10, 2022 Try adding to Design > Custom CSS @media screen and (max-width:991px) { .header-menu-bg.theme-bg--primary { background-color: black !important; } body.header--menu-open .header-menu-nav * { color: white; } body.header--menu-open .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
Web_Solutions Posted September 10, 2022 Share Posted September 10, 2022 You can do it by follow the video instructions. https://www.loom.com/share/ec83b7b79ee44abc935f7902badcad83 tuanphan and Create_Job 2 Link to comment
JakeSauvage Posted September 11, 2022 Author Share Posted September 11, 2022 17 hours ago, tuanphan said: Try adding to Design > Custom CSS @media screen and (max-width:991px) { .header-menu-bg.theme-bg--primary { background-color: black !important; } body.header--menu-open .header-menu-nav * { color: white; } body.header--menu-open .burger-inner>div { background-color: white !important; } } Worked like a charm! Thanks so much! 🥰 tuanphan 1 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