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

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;
}

1 Like

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