How can I delete the vendor name under a product?

Solved

How can I delete the vendor name under a product?

Kaymi
Excursionist
24 0 5

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.

https://enchantedgifts.ph/

 

 

halp1.jpg

Accepted Solution (1)

Beae_Cass
Shopify Partner
447 167 187

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

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template

View solution in original post

Replies 4 (4)

Beae_Cass
Shopify Partner
447 167 187

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

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template

Made4uo-Ribe
Shopify Partner
10203 2423 3069

Hi @Kaymi 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.card-vendor a {display: none;}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695312336505.png
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Shay
Shopify Staff (Retired)
3110 472 667

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.

 

21-41-73790-87167

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

Asad24
Shopify Partner
180 36 33

add this in your custom css 

.card-vendor a {
        display: none;
}
banned