I highlighted the target area on the image below. Basically when you click it it takes you to that Vendor Collection. Is there a way to just make it a static title that wont take you out of that collection that the customer is in? I like having the Vendor title since I have multiple vendor on my site but don’t want to take customers to collections that are way bigger than what they need. I know how to Hide the vendor Title but would love to know where on the code that I can remove. Thanks for any help.
Topic summary
A user wants to make the vendor title on product cards static text instead of a clickable link that redirects to vendor collection pages. They prefer keeping the vendor name visible since they have multiple vendors, but want to prevent customers from navigating away from their current collection.
Proposed Solution:
- Locate the
card-product.liquidfile in the theme code - Find the markup containing the vendor link (typically wrapped in
<a>tags) - Remove the link wrapper while keeping the vendor text display
- A reference to a similar solution thread was shared
Status: The discussion remains open, with one respondent requesting the store URL to provide more specific guidance. No code has been shared yet for direct modification.
@DavidBeuy
Please check your card-product.liquid file something like
{{ 'accessibility.vendor' | t }}
{{ card_product.vendor }}
{%- endif -%}
From their you can remove the link, if you share the code we can guide you.
This solution also give you a hide which link you need to remove
https://community.shopify.com/c/shopify-design/make-vendor-click-to-product/m-p/2971359#M778351
Hi @DavidBeuy ,
Could you please share URL store? We will help to take a look it.
