Ekin Posted June 19 Share Posted June 19 Hello- I'm trying to adjust the following for the mobile overlay only: 1- text size of the menu links on mobile overlay 2- reduce the padding above the menu links 3- disable underline for on-state on mobile only https://teal-manatee-bd66.squarespace.com Pword: KateJamieson1234 Thank you! Link to comment
tuanphan Posted June 22 Share Posted June 22 #1. #2. Add to Design > Custom CSS div.container.header-menu-nav-item a { font-size: 12px !important; margin-top: 5px; margin-bottom: 5px; } #3. You mean on active links? 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
Ekin Posted July 8 Author Share Posted July 8 (edited) @tuanphanThank you! For #3, yes i mean active state. Can the active state be BOLD instead of underlined only on mobile? OR adjust space between line and text. Edited July 8 by Ekin Link to comment
Solution tuanphan Posted July 9 Solution Share Posted July 9 15 hours ago, Ekin said: @tuanphanThank you! For #3, yes i mean active state. Can the active state be BOLD instead of underlined only on mobile? OR adjust space between line and text. Add to Design > Custom CSS /* Bold mobile nav active items */ div.header-menu-nav-item--active div { font-weight: bold; } Ekin 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment