Lnoon18 Posted July 11 Posted July 11 Hi! My custom fonts implemented with CSS are not converting in the mobile view of the menu on my website. Website is not published yet FYI. See attached: Current code I have is: //CUSTOM NAVIGATION FONT// .header-nav-item { font-family: 'AvenirPro45Book' !important; font-size:16px; letter-spacing:3px; text-transform: uppercase } .header-nav-list { font-family: 'AvenirPro45Book' !important; font-size:16px; letter-spacing:3px; text-transform: uppercase }
Widle Posted July 11 Posted July 11 Hello @Lnoon18 you can use this code @media (max-width: 799px) { .header-menu-nav-item a { font-family: 'AvenirPro45Book' !important; font-size:16px; letter-spacing:3px; text-transform: uppercase } } Add Media Query Widle - Squarespace Website Design Experts Connect - Connect with Email Website - Visit us Ahmedabad, India
Lnoon18 Posted July 12 Author Posted July 12 Thanks so much @LoftyDevsbyWidleStudioLLP! I have another question for a different site in the nav mobile menu too: For some reason the nav background colour is transparent. It should be #A2A172. Could you help with this?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment