Removal of Vendors name in the charge theme?

Solved

Removal of Vendors name in the charge theme?

Oncewasnew
Tourist
11 0 3

Hi

How do I remove the vendors name from the products in the Charge theme? I tried looking everywhere

 

Thanks

Steve

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9567 2279 2828

This is an accepted solution.

I see it now. This is not in the product page, it the collection page. 

Please, replace the code that I provide recently to the code below. 

 

p.item-vendor {
    display: none;
}

 

And Save. 

Result:

Made4uoRibe_0-1734123977499.png

Note: this is the product page. 

Made4uoRibe_1-1734124005555.png

 

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 19 (19)

asharofficial
Excursionist
41 5 16

can you provide me the store URL so I can provide you the CSS code 

 Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850


Support me: Buy me a coffee


 If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution! 


Oncewasnew
Tourist
11 0 3

I have found the product vendor script but can you show me exactly what I need to and and exactly what is should look like.

 

Thanks20241213_200949.jpg

Oncewasnew
Tourist
11 0 3

20241213_200949.jpg

 

I have found the product vendor script but can you show me exactly what I need to and and exactly what is should look like.

 

Thanks

asharofficial
Excursionist
41 5 16

Provide me the store URL i can provide you a code and guide you where you want to place  🙂

 Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850


Support me: Buy me a coffee


 If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution! 


Oncewasnew
Tourist
11 0 3

It's not live yet but this is a preview.

 

https://fkrcwb-my.myshopify.com/

asharofficial
Excursionist
41 5 16

thanks for the url send me the screenshot which name do you want to hide from product page?
https://fkrcwb-my.myshopify.com/collections/manga/products/2010-bigtrak-boxed-overall-condition-8

 Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850


Support me: Buy me a coffee


 If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution! 


Oncewasnew
Tourist
11 0 3

Hi. There is currently a "dot" I changed this to my vendors name so it just showed a dot instead of the my business name "once was new"

asharofficial
Excursionist
41 5 16

Steps to Add Custom CSS in Shopify

  1. From your Shopify admin, go to Online Store > Themes.
  2. Click Actions for the theme you want to edit, then select Edit code.
  3. Find the base.css file under Assets (or whichever CSS file your theme uses).
  4. Scroll to the bottom of the file and add the following CSS code

 

asharofficial_0-1734122457845.png

 

.product .available-place span.color-foreground {
    display: none;
}

 

 

 

 Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850


Support me: Buy me a coffee


 If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution! 


Oncewasnew
Tourist
11 0 3
asharofficial
Excursionist
41 5 16

provide screenshot for better understanding website screenshot not backend 
where you want to remove 

 Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850


Support me: Buy me a coffee


 If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution! 


Oncewasnew
Tourist
11 0 3

20241213_205537.jpg20241213_205539.jpg

 

There is a small dot where my vendor name would be . I changed my vendor name to a dot so it only showed a dot not my full vendor name

asharofficial
Excursionist
41 5 16

You can use this code so the dot will be hidden, apply this in CSS file 

.item-vendor{
display: none;
}

 

 Looking for skilled Shopify developers? Hire Me WhatsApp: +92 334 387 4850


Support me: Buy me a coffee


 If this solved your problem, I’d truly appreciate it if you could show some love by liking this or marking it as the solution! 


Made4uo-Ribe
Shopify Partner
9567 2279 2828

This is an accepted solution.

I see it now. This is not in the product page, it the collection page. 

Please, replace the code that I provide recently to the code below. 

 

p.item-vendor {
    display: none;
}

 

And Save. 

Result:

Made4uoRibe_0-1734123977499.png

Note: this is the product page. 

Made4uoRibe_1-1734124005555.png

 

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

Made4uo-Ribe
Shopify Partner
9567 2279 2828

Hi @Oncewasnew 

Check this one if it work, if not please share your store URL. Thanks!

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:

 

p.product__title--before {
    display: none;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1734122125000.png

     

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Oncewasnew
Tourist
11 0 3

HI. Once I have added the code I save it yes? Do I need to do anything else? Can I just refresh my webpage and It should work?20241213_203934.jpg

Made4uo-Ribe
Shopify Partner
9567 2279 2828

can you point out which one you like to remove? Thanks!

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Oncewasnew
Tourist
11 0 3

20241213_205537.jpg20241213_205539.jpg

 

There is a small dot where my vendor name would be . I changed my vendor name to a dot so it only showed a dot not my full vendor name

Made4uo-Ribe
Shopify Partner
9567 2279 2828

Welcome! Would you mind hitting 'like' as well? Thanks!

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Oncewasnew
Tourist
11 0 3

Hi unfortunately it didn't work. There is a dot which is what I changed my vendor name to so it only showed a dot and not my company name

 

https://admin.shopify.com/store/fkrcwb-my/themes/157916922123/editor?previewPath=%2Fcollections%2Fal...