franceswaite Posted January 12, 2020 Share Posted January 12, 2020 Wondering if someone could help me with custom CSS code to change my avenue sites mobile navigation bar font to a custom font. Already using a custom font for the rest of the site just cant get it to apply to mobile nav. As a bonus if I could get the CSS to change the text of my mobile navigation from "menu" to something else that would be great. Thanks! Link to comment
outforlunch Posted January 15, 2020 Share Posted January 15, 2020 Hi there, if you already use a custom font and applied it with custom CSS then this should be easy enough. Add in the custom CSS Section the following: .Mobile-overlay-nav-item { font-family: "YOUR FONT NAME HERE" !important } Maybe you will have to adjust the line height in the mobile menu because it will be based on the original font of the template (you can go above 100%): .Mobile-overlay-nav-item { line-height:XXX% !important } My pleasure. P.S. i don’t know how to change the "MENUE" Text… sorry Link to comment
franceswaite Posted January 16, 2020 Author Share Posted January 16, 2020 @outforlunch Unfortunately that doesn't seem to change the mobile navigation text 😕 Link to comment
tuanphan Posted January 16, 2020 Share Posted January 16, 2020 #mobileMenuLink a { visibility: hidden; } #mobileMenuLink a:before { content: "Click here to view Menu"; visibility: visible; margin-left: 20px; } custom font: you mean "Menu" text or Menu item? 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.