paigeao Posted January 6, 2022 Share Posted January 6, 2022 Site URL: https://paigeowen.ca For some strange reason there is no customization for the Well's Template mobile menu. I've done some CSS to change the font, background, etc. How do I add and change the mobile menu hover. Another question - is there a way to change "MENU" to a + there is no option to change "Menu". Thanks! Link to comment
Beyondspace Posted January 6, 2022 Share Posted January 6, 2022 11 hours ago, paigeao said: Site URL: https://paigeowen.ca For some strange reason there is no customization for the Well's Template mobile menu. I've done some CSS to change the font, background, etc. How do I add and change the mobile menu hover. Another question - is there a way to change "MENU" to a + there is no option to change "Menu". Thanks! Can you describe more detail about your point? Some screenshot could help a lot to figure out the right solution BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
paigeao Posted January 17, 2022 Author Share Posted January 17, 2022 (edited) Here is an example from another one of my websites: "+" to open the menu (or hamburger lines are usually an option) and then "X" to close the mobile menu. Thanks! Edited January 17, 2022 by paigeao too many attachments Link to comment
tuanphan Posted January 19, 2022 Share Posted January 19, 2022 (edited) Try adding to Design > Custom CSS nav#mobileMenuLink>ul>li>a:after { content: "+"; display: block; visibility: visible; text-align: right; font-size: 30px; } nav#mobileMenuLink>ul>li>a { visibility: hidden; } div#mobileNav.menu-open + div#headerWrapper nav#mobileMenuLink>ul>li>a:after { transform:rotate(45deg); font-size: 40px; } Edited January 21, 2022 by tuanphan missing a class name 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
paigeao Posted January 20, 2022 Author Share Posted January 20, 2022 (edited) thank you for your response! it seems to be rotated both ways, i added a "T" to show. Edited January 20, 2022 by paigeao Link to comment
tuanphan Posted January 21, 2022 Share Posted January 21, 2022 22 hours ago, paigeao said: thank you for your response! it seems to be rotated both ways, i added a "T" to show. Updated above code. You can check again 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
paigeao Posted February 1, 2022 Author Share Posted February 1, 2022 On 1/20/2022 at 9:46 PM, tuanphan said: Updated above code. You can check again Amazing, that worked. thank you! 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