Collection page change click to brand to click to profuct

Hi,

on my collection pages, when you click the brand it takes you to the brand page. I want it to take you to that product instead.
only on the product page I want the brand to be clickable to collection

https://b32b39-5.myshopify.com/collections/all

Hi @MIKESTORK ,

You have to remove the vendor link and have to add a product link.

I can assist you if you want.

Thank you.

Please leave the coding here so others can benefit from this post

Instead of

{{ “Vendor Name” | url_for_vendor }}

Use Product Url

{{ product.url }}

Thank you. But where do I add this to what file?

also is there a code I can enter into the theme.css that will cover all collections?

@MIKESTORK

I guess it is a Prestige theme.
You can hide the vendor from the customization.
But I can’t assist you without looking into the code.