Show vendors on collection pages on Broadcast theme

Hi,
I would like to display the product vendor underneath product titles on collection pages and in search results on the Broadcast theme. There seems to be no option for this in the theme customizer unfortunately. I will share a picture of how it looks like now, and the idea of what I’d like to achieve!
I hope someone can help me, thanks in advance!

Hello @troydewitt

Go to your Shopify Admin → Click on Online Store → Select Themes.
Click “Actions” next to the Broadcast theme → Click Edit code.

In the “Sections” folder, locate and open the file responsible for rendering product grids on collection pages and search results. It is likely called collection-template.liquid or search.liquid

Find the product title rendering code, which usually looks like this:

{{ product.title }}

Just below the product title, add the following code to display the vendor:


{{ product.vendor }}

Save your changes and preview the result on your storefront.

If it’s not working, you can share your store access, and I will check and update it for you.

Did you find a solution? I have the same problem

@devcoders @troydewitt I also have the same problem. Was there a solution established for this? I’m hesitant to modify code unless I know it solves the issue, but happy to provide access to the store.

Thanks so much!