grayscaleprint Posted August 29, 2019 Posted August 29, 2019 Hey, I am looking to change the word 'Menu' to the word 'Teams' on the mobile version of my Wells site. Is this possible? All the best, Jack
tuanphan Posted August 29, 2019 Posted August 29, 2019 @grayscaleprint Add to Home > Design > Custom CSS #mobileMenuLink .active-link a { visibility: hidden; } #mobileMenuLink .active-link a:after { visibility: visible; display: inline-block; content: "Team"; } Reference: https://beaverhero.com/wells-squarespace/#ChangetheMenutextforMobilenavigation_menu Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
grayscaleprint Posted August 29, 2019 Author Posted August 29, 2019 Amazing. So quick in your response. Do you know how to make the mobile menu show even on desktop resolution?
tuanphan Posted August 29, 2019 Posted August 29, 2019 @grayscaleprint Can you describe detail? #mobileMenuLink { display: block; } It doesn't look so good Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
grayscaleprint Posted August 29, 2019 Author Posted August 29, 2019 Essentially I always want my mobile version of my website to load, even in desktop
tuanphan Posted August 29, 2019 Posted August 29, 2019 @grayscaleprint all header mobile? Can you share site url to me check code? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
grayscaleprint Posted August 29, 2019 Author Posted August 29, 2019 It isn't live yet – I shall post as a new question with images. Thanks so much
grayscaleprint Posted August 29, 2019 Author Posted August 29, 2019 @tuanphan https://answers.squarespace.com/questions/284721/i-would-like-my-site-to-always-show-the-mobile-ver.html
Recommended Posts
Archived
This topic is now archived and is closed to further replies.