How to display Vendor name over the Product Name (Dawn)

With the most updated Dawn, the Vendor/Brand name shows up in between the product name and the price. I would like to move the vendor name (“Vintage”) in this case, to the top instead of the middle in the collections page.

Would anyone be able to help me with this?

Thank you!

@tomkinz - can you please share this page link?

HI @tomkinz

You can do that from Online store > Themes > Edit code > card-product.liquid, find this line of code

{%- if show_vendor -%}

Then move all code above <h3 and save file

Worked perfectly. Thank you

You are very welcome.