GPGDesigns Posted August 23, 2023 Posted August 23, 2023 Heyy! I am wanting the one folder to stay expanded by default so each title shows without having to click on the folder to expand the mobile menu. I have tried using the code: @media only screen and (max-width: 768px) { #mobileNav ul li.folder ul { display: block; } #mobileNav ul li .folder-parent>a:first-child:before { content: '' !important; } } But this isn't working unfortunately - has anyone achieved this and been successful? Site URL: https://cuboid-fish-h5ma.squarespace.com/ Password: NewSiteLove The folder is currently titled "+" just to test for now Any help would be soooo appreciated!
Ziggy Posted August 23, 2023 Posted August 23, 2023 Have you read this? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
GPGDesigns Posted August 23, 2023 Author Posted August 23, 2023 @Ziggy Thanks Ziggy! I have and tried this code as well - and it doesn't seem to be working on my end
spinsterdesign Posted March 12 Posted March 12 @GPGDesigns - did you ever find a working solution for this? I've tried 2 different coding solutions posted in the forum, and neither seems to work on my 7.1 test site at https://sdibeta.squarespace.com/gallery (pwd: anyone).
tuanphan Posted March 14 Posted March 14 On 3/13/2024 at 2:07 AM, spinsterdesign said: @GPGDesigns - did you ever find a working solution for this? I've tried 2 different coding solutions posted in the forum, and neither seems to work on my 7.1 test site at https://sdibeta.squarespace.com/gallery (pwd: anyone). You mean show Metalwork items appear in this red position? 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!)
spinsterdesign Posted March 14 Posted March 14 Hi, @tuanphan. No, I don't mean expand that submenu for Metalworks. I mean keep the main navigation menu expanded as a default on mobile (rather than having people click on the + or hamburger lines to expand the menu). What we've found as a workaround is to create a manual header--logo or title, with text section of links beneath that (which we make a saved section) that we add to pages and disable the header on those pages. The downside to this is that any later changes to the menu need to then manually be made on all pages. So this isn't ideal.
paramjeet.kour08 Posted March 15 Posted March 15 not seen like thgis menu in mobile view can you pls send me sacreenshot? Hi ! I am Paramjeet kaur Top rated SquareSpace Web Designer and Web Developer with SEO For Web Sites. Working Now As freelancer With lowest Rate. Rate $20 per hour. Till date, I have created over 300 + websites in Squarespace. Contact Me Email
tuanphan Posted March 17 Posted March 17 On 3/15/2024 at 6:09 AM, spinsterdesign said: Hi, @tuanphan. No, I don't mean expand that submenu for Metalworks. I mean keep the main navigation menu expanded as a default on mobile (rather than having people click on the + or hamburger lines to expand the menu). What we've found as a workaround is to create a manual header--logo or title, with text section of links beneath that (which we make a saved section) that we add to pages and disable the header on those pages. The downside to this is that any later changes to the menu need to then manually be made on all pages. So this isn't ideal. Try this code to Website > Website Tools > Custom CSS body.header--menu-open .header-menu { opacity: 1 !important; visibility: visible !important; } body:not(.header--menu-open) .header-menu { opacity: 0 !important; visibility: hidden !important; } GPGDesigns 1 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!)
spinsterdesign Posted March 19 Posted March 19 @tuanphan - thanks so much for this. This is definitely working for me in 7.1. Well done. GPGDesigns 1
GPGDesigns Posted April 4 Author Posted April 4 @tuanphan thanks for always replying with a solution!! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment