glo123 Posted July 22, 2020 Share Posted July 22, 2020 Site URL: https://www.designbyglo.co.uk/ Hi guys I only have email and linkedin icons in my navigation menu. Can I hide the burger menu and just show those two icons on mobile nav instead? url: https://www.designbyglo.co.uk/ Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { /* show icons */ .header-actions.header-actions--right, .header-actions-action.header-actions-action--social { display: flex !important; } /* remove burger */ .header-burger { 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
glo123 Posted September 8, 2020 Author Share Posted September 8, 2020 @tuanphan This worked! Thank you so much 😄 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.