laurenhauss
-
Posts
7 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by laurenhauss
-
-
3 hours ago, tuanphan said:
Yes, I meant that I don't want those navigation titles (the ones between the shopping cart and the hamburger) to show in the top area on mobile. I want to see the hamburger nav only (and the navigation will show when the user clicks the hamburger instead). Thank you.
-
Hi Tuanphan. Thanks for this code, I used it and it works on desktop, but still showing on real mobile (on my phone, not just on squarespace mobile mode). Can you help? Thank you.
Site: https://youngharvestfarm.squarespace.com/
password: young
-
Hello! I am utilizing code I found here and github and unfortunately the text is not displaying in the lightbox. Can anyone help? Thank you
Site: https://sagesage.squarespace.com/
Password: sage
Responsive Menu and Split Navigation | 7.1
in Customize with code
Posted
Nevermind, I figured it out!
@media screen and (max-width:767px) {
.header-nav-list {
display:none;
}}
Thanks!