Guest Posted March 31, 2020 Share Posted March 31, 2020 Site URL: https://marcusrsl.com Hi, I am looking to change the hamburger icon on my desktop site to just saying menu, and the menu opens with the options taking up the whole screen, I would like to change this to a drop down. PASS MR22 v 7.1 Link to comment
tuanphan Posted April 1, 2020 Share Posted April 1, 2020 Add to Home > Design > Custom CSS .burger-box:after { content: "menu"; width: 60px; height: 30px; display: block; color: black; font-size: 20px; visibility: visible; } .burger-box div { 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!) Link to comment
Webswool Posted February 15, 2021 Share Posted February 15, 2021 On 4/1/2020 at 1:27 PM, tuanphan said: Add to Home > Design > Custom CSS .burger-box:after { content: "menu"; width: 60px; height: 30px; display: block; color: black; font-size: 20px; visibility: visible; } .burger-box div { display: none; } Hey @tuanphan - is there a way to change the colour of the word MENU when it's active? I've made it white but am using a sliding mobile menu so when the menu opens I'd like to change the colour to #e26253 Do you think that's possible? Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 On 2/15/2021 at 10:04 PM, Webswool said: Hey @tuanphan - is there a way to change the colour of the word MENU when it's active? I've made it white but am using a sliding mobile menu so when the menu opens I'd like to change the colour to #e26253 Do you think that's possible? Try this code .header--menu-open .burger-box:after { color: #e26253; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.