earthwindflowermoon Posted September 9, 2020 Share Posted September 9, 2020 Site URL: https://aperture-22.squarespace.com/ Hello, how do I disable one folder link only? My aim is not to have 'follow' as a click through as this is redirecting to the first link nested, and in this case, its an instagram link and it goes nowhere. All other folders to remain as click through's however. Thank you. pw is Frank-22 Link to comment
tuanphan Posted September 9, 2020 Share Posted September 9, 2020 Add to Home > Design > Custom CSS /* Disable follow click */ .Header-nav-folder-title[href="/follow"] { pointer-events: none; } Naomi_ and NWebb 2 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
NWebb Posted February 1, 2021 Share Posted February 1, 2021 https://www.neilwebb.net/ Hi, I would like to do the same thing for my 'ARCHIVE' folder. I tried the above code and replacing the href=" with ARCHIVE, but it doesnt work. Any help would be much appreciated! Thanks in advance. Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 On 2/2/2021 at 4:44 AM, NWebb said: https://www.neilwebb.net/ Hi, I would like to do the same thing for my 'ARCHIVE' folder. I tried the above code and replacing the href=" with ARCHIVE, but it doesnt work. Any help would be much appreciated! Thanks in advance. replace with archive url. You can hover Archive on Main Navigation > Click Gear Icon > Look at URL Slug 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
Naomi_ Posted September 20, 2021 Share Posted September 20, 2021 On 9/9/2020 at 2:39 PM, tuanphan said: Add to Home > Design > Custom CSS /* Disable follow click */ .Header-nav-folder-title[href="/follow"] { pointer-events: none; } @tuanphan Once again, thank you so much. Your posts are incredibly helpful and have saved me countless hours. tuanphan 1 Link to comment
sonar4ik Posted March 8, 2023 Share Posted March 8, 2023 On 9/10/2020 at 12:39 AM, tuanphan said: Add to Home > Design > Custom CSS /* Disable follow click */ .Header-nav-folder-title[href="/follow"] { pointer-events: none; } Hello Tuanphan, Can you tell if there is any way to remove the URL (slug) of the menu folder? Right now these URLs are in 302 redirect to other URLs, even though they are not clickable. Link to comment
tuanphan Posted March 11, 2023 Share Posted March 11, 2023 On 3/8/2023 at 5:57 PM, sonar4ik said: Hello Tuanphan, Can you tell if there is any way to remove the URL (slug) of the menu folder? Right now these URLs are in 302 redirect to other URLs, even though they are not clickable. What is site url? We can try JS code to remove folder url 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment