How to remove product vendor from product block on home page - Narrative theme

Hi, I’m trying to remove the product vendor from showing on these product blocks in the custom content section of the home page on Narrative. I’ve removed it from normal product pages but can’t see how to remove it here… Thanks so much!

Hi,

Aaron from Southtown Commerce here.

If you are familiar with how to edit the code, the particular line you need to remove is in sections/custom-content.liquid. The line you need to remove is 134 and is:

{{ product.vendor }}

This will remove the product vendor from appearing above the product title. Note: if you have made updates to this file before, the line number might not be 134. However, you can easily find this line by searching for {% when product %}. It should be a couple of lines below the when product indicator.

Let me know if you have any other questions or have trouble finding the specific line!

Thanks so much Aaron, all sorted!

1 Like