CraigN Posted August 26, 2020 Share Posted August 26, 2020 Site URL: https://www.craignorwood.net/ Hello 👋 So I like the new Circle feature of being able to change what displays as the menu option for mobile, hamburger, + etc. But there's no text option! It would be great to see the option to use plain text 'Menu' and 'Close' In the meantime, is there any way to edit the padding of  '+', I want to adjust this and edit the icon thickness too? Any workarounds or other clever mobile menu options people have found so far? Thanks, Craig ✦✦Co-founder Hundred Studio 👋 Link to comment
tuanphan Posted August 27, 2020 Share Posted August 27, 2020 To add "Menu" word, try adding this 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 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
CraigN Posted September 3, 2020 Author Share Posted September 3, 2020 On 8/27/2020 at 1:20 PM, tuanphan said: To add "Menu" word, try adding this 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; }  Thank you tuanphan! This works but is there anyway to change it to say 'close' when active and the menu is showing? Thanks ✦✦Co-founder Hundred Studio 👋 Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 Use above code & this code .burger--active .burger-box:after { content: "Close" !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
CraigN Posted September 4, 2020 Author Share Posted September 4, 2020 Perfect @tuanphan thank you! ✦✦Co-founder Hundred Studio 👋 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.