Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello everyone,
is it possible to completely remove the vendor name from the shop frontend, especially from the source code, without affecting the functionality of the shop? Does anyone here have any experience? We are not only interested in hiding the vendor via CSS. It should no longer be visible in the entire source code.
Thank you 🙂
Solved! Go to the solution
This is an accepted solution.
Hello @nadaemm
Yes, it's absolutely possible to remove the vendor name entirely from the storefront and source code in Shopify without affecting your store’s core functionality.
To do this properly (not just hide it with CSS), you’ll need to:
Edit your theme files:
Go to Online Store > Themes > Edit code.
Search for {{ product.vendor }} — it’s typically found in:
product-card.liquid
product-template.liquid
collection-product-grid.liquid or similar snippet files
Remove or comment out each instance of {{ product.vendor }}.
{%- comment -%} {{ product.vendor }} {%- endcomment -%}
This completely removes vendor output from the frontend HTML, so it won’t appear in the source code at all.
It won’t affect your admin-side vendor data or shop functionality.
Double-check mobile and collection pages too.
If you need help locating the exact files or safely removing the code, feel free to share your theme name or a preview link.
Let me know if you have any issues!
This is an accepted solution.
Hello @nadaemm
Yes, it's absolutely possible to remove the vendor name entirely from the storefront and source code in Shopify without affecting your store’s core functionality.
To do this properly (not just hide it with CSS), you’ll need to:
Edit your theme files:
Go to Online Store > Themes > Edit code.
Search for {{ product.vendor }} — it’s typically found in:
product-card.liquid
product-template.liquid
collection-product-grid.liquid or similar snippet files
Remove or comment out each instance of {{ product.vendor }}.
{%- comment -%} {{ product.vendor }} {%- endcomment -%}
This completely removes vendor output from the frontend HTML, so it won’t appear in the source code at all.
It won’t affect your admin-side vendor data or shop functionality.
Double-check mobile and collection pages too.
If you need help locating the exact files or safely removing the code, feel free to share your theme name or a preview link.
Let me know if you have any issues!
Thank you a lot 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025