roob Posted February 18, 2020 Share Posted February 18, 2020 I've been trying to change the size of the hamburger icon using the Fulton template but have not been able to figure it out. Using the code below changes the size of the label that can be clicked but not the icon itself. font-size seems to not make any changes either. I'm not sure if the actual icon element has a different name or where I'm going wrong. Any help would be appreciated. .mobile-nav-toggle-label.show-on-scroll-mobile { width: 200px; } Link to comment
tuanphan Posted February 18, 2020 Share Posted February 18, 2020 .mobile-nav-toggle-label * { width: 50px !important; height: 3px !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
roob Posted February 18, 2020 Author Share Posted February 18, 2020 1 hour ago, tuanphan said: .mobile-nav-toggle-label * { width: 50px !important; height: 3px !Important; } thank you! this is exactly what I needed. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.