emmalidster Posted April 7, 2013 Posted April 7, 2013 I am using the Five template and when viewed on the mobile site the words don't show up, just the menu symbol and the web page title. Is there any way to hide the web page title and change the menu to actual words on the mobile site? http://lumencity-lighting.squarespace.com
KateS Posted April 10, 2013 Posted April 10, 2013 I don’t think that you can change much about the menu style unless you disable mobile styles. Here are your options (unless you are a CSS wiz). Disable your Mobile Style Settings You can get your site logo and the word “Menu” to show next to the 3-bar icon if you change your settings under Banner Content (in the Style Editor) from “Empty” to “Site Title Logo Tagline” or “Page Title Description”. Or you can keep it as is and just add the word “Menu” (or another word that makes it more intuitive) next to the 3-bar icon with a little CSS. This worked for me: #mobile-navigation #mobile-navigation-label::after { display: inline; content: 'Menu';} Good luck!
emmalidster Posted April 18, 2013 Author Posted April 18, 2013 This worked for me, pasted into “Mobile or Tab” and “Low-res Mobile” in Custom CSS.
glowitz Posted April 19, 2013 Posted April 19, 2013 Question on syntax. You show two colons before the word "after" -- why two? Or should it be one? Just curious if this correct and if so, why. That said, I'll try this too. It's the exact kind of solution I was also looking for (adding the word menu just to clarify what that symbol is, since many people may have no idea and will keep looking for a navigation bar). Thanks!
Stacie1570047729 Posted June 6, 2014 Posted June 6, 2014 Two Questions to emmalidster...Where did you put this code? And do I have to disable Mobile styles in order to make this work? I don't understand when you say "pasted into Mobile or Tab and Low-res Mobile. Could you be more specific? I don't want to disable my Mobile styles, I just want to add the words "Menu" before the 3 bar icon. I appreciate your help. I really want to make this change to my site. Thanks!
neeklamy Posted June 17, 2014 Posted June 17, 2014 @glowitz, it’s CSS3, see the MDN ::after article and CSS-Tricks on Pseudo Elements. The name is an Anglicised form of the Greek Korvetti — I like to think there’s a little bit of the ancient Hellenic drive in me.
cinematteo Posted December 19, 2014 Posted December 19, 2014 does anyone know how to replace the content of the word "Menu" on both states of the toggle? The above code works to replace the content, but when the menu is toggled, it still says "Menu". I'm not a restaurant, so I don't need the word "Menu". ; ) Any help would be greatly appreciated. Thanks!
eamers Posted February 19, 2015 Posted February 19, 2015 I followed all the details on this blog post and it worked like a charm!!! With these detailed instructions, you can remove the hamburger/3-bar and make a menu button of your own design. http://gennick.com/database/munching-the-squarespace-hamburger (see button on the following site: www.mypathworks.com So far, looks great on my iPhone 6 but please let me know if you run into trouble on your own device).
richarddumas Posted May 26, 2016 Posted May 26, 2016 How can you switch to the hamburger mobile nav for the Avenue template?
richarddumas Posted May 26, 2016 Posted May 26, 2016 How can you switch to the hamburger mobile nav for the Avenue template?
Trey_SQSP Posted July 22, 2016 Posted July 22, 2016 This can be used to remove the menu icon if needed: #mobile-navigation #mobile-navigation-label::before { display: none; } Hope that helps others who got this to work!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.