Hi
How do I remove the vendors name from the products in the Charge theme? I tried looking everywhere
Thanks
Steve
Hi
How do I remove the vendors name from the products in the Charge theme? I tried looking everywhere
Thanks
Steve
can you provide me the store URL so I can provide you the CSS code
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
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
Provide me the store URL i can provide you a code and guide you where you want to place ![]()
It’s not live yet but this is a preview.
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
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”
Hi @Oncewasnew
Check this one if it work, if not please share your store URL. Thanks!
p.product__title--before {
display: none;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
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?
.product .available-place span.color-foreground {
display: none;
}
Didnt work buddy.. The dot is still there..
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
provide screenshot for better understanding website screenshot not backend
where you want to remove
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
can you point out which one you like to remove? Thanks!
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
You can use this code so the dot will be hidden, apply this in CSS file
.item-vendor{
display: none;
}
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:
Note: this is the product page.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Welcome! Would you mind hitting ‘like’ as well? Thanks!