katieslee Posted April 15, 2020 Share Posted April 15, 2020 Site URL: http://www.wearethirdspace.org Hiya, I'm trying to stop the folders in my navigation menu linking to the first item on their list. I've tried using code from this thread and this thread in my CSS, and even adapting the header code injection from this blog - but none of that has worked! Can anyone help? I'm using Bedford. Thanks! 😅 Link to comment
tuanphan Posted April 15, 2020 Share Posted April 15, 2020 To disable folder title, you can add this to Home > Design > custom CSS .folder-toggle { pointer-events: none; } 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!) Link to comment
katieslee Posted April 24, 2020 Author Share Posted April 24, 2020 Thank you so much! 🙃 Link to comment
Guest Posted May 26, 2020 Share Posted May 26, 2020 On 4/15/2020 at 4:00 PM, tuanphan said: To disable folder title, you can add this to Home > Design > custom CSS .folder-toggle { pointer-events: none; } Hey Tuanphan, this worked perfectly on desktop, but what about Mobile version, on mobile the main to-level folder name shows with a + next to it but when you click the + the drop down links do not appear.. any solution for this? Cheers! P.S. I am using Hayden (same file as Bedford I think). Link to comment
Guest Posted May 26, 2020 Share Posted May 26, 2020 Link - https://earthworm-prism-36ks.squarespace.com password: 12345q Link to comment
tuanphan Posted May 31, 2020 Share Posted May 31, 2020 On 5/26/2020 at 11:55 PM, natedxb said: Link - https://earthworm-prism-36ks.squarespace.com password: 12345q Remove above code & add this to Home > Design > Custom CSS @media screen and (min-width:641px) { .folder-toggle { pointer-events: none; } } 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!) Link to comment
katieslee Posted October 9, 2020 Author Share Posted October 9, 2020 On 5/31/2020 at 2:11 PM, tuanphan said: Remove above code & add this to Home > Design > Custom CSS @media screen and (min-width:641px) { .folder-toggle { pointer-events: none; } } My client just realised we had the same issue - so glad to find this solution already on the same thread. Thanks again... Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.