How To Remove The Vendor "My Store"

Solved

How To Remove The Vendor "My Store"

timelessracing
Tourist
7 0 2

I would like to remove the "My Store" 
https://timelessracingco.com/

Screenshot 2024-09-08 at 1.59.05 AM.png

Accepted Solution (1)
Tech_Coding
Shopify Partner
287 72 64

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.product-card-vendor {
display: none !important;
}
</style>

Tech_Coding_0-1725776282053.png

my reply helpful? Click Like to let me know!
your question answered? Mark MY BOTH Solutions as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 3 (3)

Tech_Coding
Shopify Partner
287 72 64

Hello @timelessracing 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product-information p.product--text.style_vendor {
      display: none !important;
  }
</style>

Tech_Coding_0-1725775750363.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
timelessracing
Tourist
7 0 2

This works on the product page but not on the home page. If you look at the home page on my website and scroll down to see the products shown, it still shows "My Store" .   https://timelessracingco.com/

 

Screenshot 2024-09-08 at 2.14.20 AM.png

Tech_Coding
Shopify Partner
287 72 64

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.product-card-vendor {
display: none !important;
}
</style>

Tech_Coding_0-1725776282053.png

my reply helpful? Click Like to let me know!
your question answered? Mark MY BOTH Solutions as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.