Hello,
On some product pages, not all, the supplier’s name appears above the product name.
How do I prevent this please?
Thanks
Jeanne Melanson
Hello,
On some product pages, not all, the supplier’s name appears above the product name.
How do I prevent this please?
Thanks
Jeanne Melanson
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.
Hi Jeanne:
There’s a simple way to hide the vendor on the product page:
Enter your theme editor.
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)
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”).
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.
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:
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.
Go to “Online Store” → “Customize”.
Go to product page.
Click the “Text” block.
Perfect! Thank you.
Thank you! That’s it.