Comments ejrobirds started the conversationSeptember 10, 2020 at 3:52pmI would like to replace hamburger menu on mobile with an image or icon that says MENU. Can you help? Users of site are often older and not computer savvy. 2,701PenciDesign repliedSeptember 10, 2020 at 4:17pmHi,You can try add more this code to Customize > Custom CSS to do that: #navigation .button-menu-mobile:after { content: "Menu"; text-transform: uppercase; margin-left: 5px; } And you can change the color for this button on Customize > Colors for Header > Main Bar Search Icon ColorColor for this button will follow the color for search iconBest Regards,PenciDesign Sign in to reply ...
I would like to replace hamburger menu on mobile with an image or icon that says MENU. Can you help? Users of site are often older and not computer savvy.
Hi,
You can try add more this code to Customize > Custom CSS to do that:
And you can change the color for this button on Customize > Colors for Header > Main Bar Search Icon Color
Color for this button will follow the color for search icon
Best Regards,
PenciDesign