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

Solved

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

cardboardhouse
Tourist
85 0 16

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

Accepted Solution (1)
devcoders
Shopify Partner
1459 173 454

This is an accepted solution.

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

 

devcoders_0-1746877595754.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 11 (11)

suyash1
Shopify Partner
10994 1360 1738

@cardboardhouse Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

suyash1
Shopify Partner
10994 1360 1738

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

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

BiDeal-Discount
Shopify Partner
568 66 140

Hi @cardboardhouse 

let go to edit product detail on admin to remove it

BiDealDiscount_0-1746801212724.png

 

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330

devcoders
Shopify Partner
1459 173 454

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.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
cardboardhouse
Tourist
85 0 16

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?

devcoders
Shopify Partner
1459 173 454

Hello @cardboardhouse 
Do you want to remove this vendor?

devcoders_0-1746876660107.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
cardboardhouse
Tourist
85 0 16

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

devcoders
Shopify Partner
1459 173 454

This is an accepted solution.

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

 

devcoders_0-1746877595754.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
cardboardhouse
Tourist
85 0 16

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

cardboardhouse
Tourist
85 0 16

Thank you very much, it worked!

devcoders
Shopify Partner
1459 173 454

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.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!