Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hey guys!
Can anyone guide me to css or code where I can disable the Nav link for a Collection? Essentially I want the Collection link to only trigger the dropdown in the Nav, vs. going to the Collection Group Template/Page.
Site here for reference: https://rainbowtoybox.com.au/ / Password: rainbow
Nav links: Shop by Brand and Shop by Collection
thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @ByAprilCo
You can try our suggestion below:
1. Search "CSS"
2. Scroll down to the end and add the code
.disable-click{
pointer-events: none;
}
3. Scroll down and add this code like the image
<script>
let disableClick = document.querySelectorAll(".list-menu li menu-dropdown");
disableClick[1].querySelector("a").classList.add("disable-click")
disableClick[2].querySelector("a").classList.add("disable-click")
</script>
If it's useful to you, please let me know by giving a like or marking it as a solution. Also, feel free to contact me if you need any.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @ByAprilCo
You can try our suggestion below:
1. Search "CSS"
2. Scroll down to the end and add the code
.disable-click{
pointer-events: none;
}
3. Scroll down and add this code like the image
<script>
let disableClick = document.querySelectorAll(".list-menu li menu-dropdown");
disableClick[1].querySelector("a").classList.add("disable-click")
disableClick[2].querySelector("a").classList.add("disable-click")
</script>
If it's useful to you, please let me know by giving a like or marking it as a solution. Also, feel free to contact me if you need any.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Absolute Legend!!! Thank you so soooo much!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025