How to link brand title to Brand Collection page? Craft Theme

Hi, I’m looking to make the brand title on the product page able to be clicked and link to the brand collection page that shows the rest of the products from the brand. Can anyone help? I’m using the Craft Theme.

Hello @RachelJ ,

Greetings from the Store Watchers Support Team! Happy to help you today.

You can use the below code in order to link the brand/vendor.


{{ product.vendor | link_to_vendor }}

Let me know if need further assistance

Regards,
Store Watchers Support Team

2 Likes

Thanks, where am I meant to paste the code?

1 Like

Hello @RachelJ ,

You can add it in sections/main-product.liquid. Please check the below screenshots for your reference.

Let me know if need further assistance

Regards,
Store Watchers Support Team

1 Like

Thanks for that! Got it to work. Sorry to keep bothering you, but is there anyway to change the hyperlink colour now from the blue? It doesn’t match the rest of the links on the store :sweat_smile:

Hi, this links the brand to the collection but it is doubling up the brand name and making it an ugly colour. Can it be made plain black and overwrite the the original brand name so that it doesn’t have it twice. Thank you