emstems Posted October 14, 2020 Share Posted October 14, 2020 @tuanphan I'm trying to have my mobile menu so that when you click the hamburger icon the whole background is the same blue as the header with white text/everything else. I tried your code above and it didn't seem to effect it. I'd appreciate any help you may have to offer. The site is live at: kingdomswimmingclub.ie Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 On 10/14/2020 at 9:19 PM, emstems said: @tuanphan I'm trying to have my mobile menu so that when you click the hamburger icon the whole background is the same blue as the header with white text/everything else. I tried your code above and it didn't seem to effect it. I'd appreciate any help you may have to offer. The site is live at: kingdomswimmingclub.ie Add to Home > Design > Custom CSS .header-menu-bg.theme-bg--primary { background-color: #033a88 !important; } nav.header-menu-nav-list * { 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
ZZESTO Posted August 28, 2023 Share Posted August 28, 2023 Hi @tuanphan, I struggle with alike problems. On my website spooroverlast.nl the mobile menu icon seems to be restricted to show up only as a single dash. No matter what I select under the built in site-header-mobile menu options (the double, triple, paragraph or plus sign...) only the single dash seems to show up. Would you possibly know what causes this behaviour? And how to solve it? Thanks in advance! Stefan Link to comment
tuanphan Posted August 30, 2023 Share Posted August 30, 2023 On 8/28/2023 at 2:25 PM, ZZESTO said: Hi @tuanphan, I struggle with alike problems. On my website spooroverlast.nl the mobile menu icon seems to be restricted to show up only as a single dash. No matter what I select under the built in site-header-mobile menu options (the double, triple, paragraph or plus sign...) only the single dash seems to show up. Would you possibly know what causes this behaviour? And how to solve it? Thanks in advance! Stefan You have this code in CSS box, it caused problem * { transform: unset !important; transition-delay: unset !important; transition: unset !important; } Change it to this *:not(.top-bun):not(.patty):not(.bottom-bun) { transform: unset !important; transition-delay: unset !important; transition: unset !important; } ZZESTO 1 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
ZZESTO Posted August 30, 2023 Share Posted August 30, 2023 Wow @tuanphan, that fixed it immediately. Thnx! 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