How do I prevent the supplier name from appearing on product pages?

Hello,

On some product pages, not all, the supplier’s name appears above the product name.

https://cosmicserenityshop.com/products/ceramic-backflow-incense-burner-collection?variant=47691243913537

How do I prevent this please?

Thanks

Jeanne Melanson

CosmicSerenityShop.com

Hello @JeanneM13

If vendor names are appearing on the Product Display Page (PDP), you can remove them by accessing the vendor names in the Shopify Product Admin. If the suggested steps aren’t effective for you, please grant collaborator access, and we will investigate further on your behalf.

Hello JeanneM13,

Are you referring to this?

Let me know if you want to remove it from all the products or some specific product.

Thanks
Ritu

Hi Jeanne:

There’s a simple way to hide the vendor on the product page:

  1. Enter your theme editor.

  2. Go to the product page. (Click on the “Home page” at the top of the page, select “Products” from the dropdown menu, and choose your product template)

  3. In the displayed page, click on the vendor within the product, and the template on the left will select the corresponding block (usually the first “Text” under “Product Information”).

  4. At this point, the value of the Text will be displayed on the far right of the screen, which is currently a Vendor with data tags. Delete it and save.

  5. Done.

Yes, I am referring to that. I thought it was only on some pages, but as I took now I see that it’s on all product pages.

I’ve always put the Vendor name in Products Admin. I know there’s a way to prevent it from showing up in the Shop but I don’t remember how it’s done. I had it fixed before, but somehow it’s back.

Thanks.

Hi @JeanneM13 some approaches:

  1. Check product page settings in customize (maybe there’s such setting)

If so - just disable it
2. You can add custom css to this page:

.product__info-container .product__text {display:none}

@JeanneM13 Please find below instruction is helpful to you and let us know.

  1. Go to “Online Store” → “Customize”.

  2. Go to product page.

  3. Click the “Text” block.

  1. There please remove the “Vendor” from the field.

Perfect! Thank you.

Thank you! That’s it.