How can I remove the vendor on all pages for the product? - Enterprise theme

Topic summary

A user seeks to remove vendor names from product displays across all pages in the Enterprise theme.

Initial Suggestions:

  • Check theme customization settings for built-in options
  • Edit individual products in admin to remove vendor information

Solution Provided:
A CSS code snippet successfully resolves the issue:

  • Navigate to Online Store > Themes > Edit Code
  • Open base.css in the Assets folder
  • Add the following code at the end:
.card__vendor {
  display: none;
}

Outcome:
The solution was confirmed working by the original poster. An additional question about highlighting main navigation menu items when viewing submenus was raised but remains unaddressed in this thread.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hey Everyone,

Title says it all but how can I remove the vendor on all pages for the product on the enterprise theme?

Thanks a lot!

Chris

1 Like

@cardboardhouse Can you please share this page link?

@cardboardhouse you might have an option to do it in the customize settings if you open this page in customize

1 Like

Hi @cardboardhouse

let go to edit product detail on admin to remove it

Hello @cardboardhouse

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Thanks devcoders!

Password is CBH25

www.cardboardhouse.store

Thanks

I’m not sure if you know how to do this, but I always want to highlight the main nav menu item with a colour when your looking inside the menu - Not sure if it make sense?

1 Like

Hello @cardboardhouse
Do you want to remove this vendor?

Yes that’s right, I want to remove the vendor from all collections - Thanks

1 Like

Hello @cardboardhouse

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.card__vendor {
display: none;
}

2 Likes

Thanks a lot, I’m going to try it when I get home.

Do you have any idea how to accomplish the below?

I’m not sure if you know how to do this, but I always want to highlight the main nav menu item with a colour when your looking inside the menu - Not sure if it make sense?

Thanks

Thank you very much, it worked!

1 Like

Hello @cardboardhouse

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful, please like all posts.

1 Like