Floe Posted July 7 Posted July 7 URL: https://sheep-blue-fbx6.squarespace.com/ Password: CamillaH! Hi there. I really hope you are able to help me out here. I was hoping to find a solution for me to change the font size of some of the nav items in the mobile menu. More specifically "SAMTALE" - "OMSORG" - "GRUPPER" - "SÅDAN KAN JEG STØTTE DIG" Would that be possible with some css? And would any one be so kind to help me out with the coding? Thank you so much! - Anja.
Lesum Posted July 8 Posted July 8 @Floe Hi! You can add this code under Website > Pages > Website Tools > Custom CSS to change the font size of the menu items you mentioned in your post. @media screen and (max-width: 767px) { .header-menu-nav-wrapper .container:nth-child(2) a, .header-menu-nav-wrapper .container:nth-child(3) a, .header-menu-nav-wrapper .container:nth-child(4) a, .header-menu-nav-wrapper .container:nth-child(7) a { font-size: 20px !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Floe Posted July 8 Author Posted July 8 12 hours ago, Lesum said: @Floe Hi! You can add this code under Website > Pages > Website Tools > Custom CSS to change the font size of the menu items you mentioned in your post. @media screen and (max-width: 767px) { .header-menu-nav-wrapper .container:nth-child(2) a, .header-menu-nav-wrapper .container:nth-child(3) a, .header-menu-nav-wrapper .container:nth-child(4) a, .header-menu-nav-wrapper .container:nth-child(7) a { font-size: 20px !important; } } THANK YOU SO MUCH!!!!! 🙏🏼
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment