hdkingy
December 29, 2024, 7:25pm
1
Hello, when you click on a brand name below a product in our theme, it will navigate you to a collection page of all products from that brand. We would like to disable this navigation.
Thank you!
Store link: https://pondstream.com/collections/kasco-fountain-replacement-parts
suyash1
December 30, 2024, 2:11am
2
@hdkingy - in your product item file, you need to remove link code to product vendor name, it would be something like
{{product.vendor}}
make it
{{product.vendor}}
Hi @hdkingy
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.product-item__info .product-item-meta__vendor { pointer-events: none; }
1 Like
hdkingy
December 30, 2024, 4:58pm
4
Awesome, easy fix. Thank you!