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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 Create_Job and tuanphan 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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