Hi,
I used this solutions:
https://community.shopify.com/c/shopify-discussions/how-to-link-vendor-on-product-page-to-smart-collection/m-p/393989/highlight/true#M102117 by @Dan_Webb
and it works perfectly. Just one question - how can you make a link look like other links in the theme? Now it’s old school blue 
@Anna_Brad
Hello, please apply below code above in theme.liquid
online store >> edit code >> theme.liquid
span.vendor a{
color:#f5f5f5 !important;
}
if you want to change another color of link then please replace the color code in this given code.
if our solution helpful for you then please tap to the accepted solution.
thankyou:)