Shopify themes, liquid, logos, and UX
Hi guys! So I'm trying to remove the vendor under product but I can't seem to find it on settings. Can anyone help me remove it? Thanks I'm using Ella theme btw.
Solved! Go to the solution
This is an accepted solution.
Hi @Kaymi ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
.card-vendor {
display: none;
}
</style>
Best regards,
Anthony
This is an accepted solution.
Hi @Kaymi ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
.card-vendor {
display: none;
}
</style>
Best regards,
Anthony
Hi @Kaymi
Try this one.
.card-vendor a {display: none;}
Hi @Kaymi
This should be an easy toggle available within your theme editor. Sign into your online store and go to Themes > Edit theme, from there navigate to your collection page template. Using a 2.0 theme I was able to select "Product Grid" from the left hand column and had a checkbox to show or hide vendor titles (see screenshot below). Let me know if you are able to find the same option on your end.
Shay | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
add this in your custom css
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025