isissa Posted December 31, 2019 Share Posted December 31, 2019 I am using the Flatiron template and in mobile view, I would like the navigation to say "+" instead of "menu" I do not want the navigation to change in desktop view. my website is www.isissakomadajohn.com Thanks! Link to comment
tuanphan Posted January 1, 2020 Share Posted January 1, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { #mobile-navigation #mobile-navigation-label:after, #mobile-navigation.sqs-mobile-nav-open #mobile-navigation-label:after { content: "+"; font-size: 50px; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.