Remove + Symbol After Product Prices

Solved

Remove + Symbol After Product Prices

StoreHelpNeeded
Explorer
52 1 10

Hey guys! Could anybody help me remove the annoying + symbol after my product prices on my Brooklyn theme? Both on my collections and home page please, the + symbol shows, that the product has more expensive variants.

 

Please let me know how to do it!

Thank you!

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2082 740 933

This is an accepted solution.

Hi @StoreHelpNeeded

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719329484968.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1719329492676.png

 

Step 3: Insert the below code at the bottom of the file -> Save

span.icon.icon-plus.grid-product__price-min {
  display: none !important
}

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Moeed
Shopify Partner
5005 1331 1610

This is an accepted solution.

Hey @StoreHelpNeeded 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
span.icon.icon-plus.grid-product__price-min {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1719329633544.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5005 1331 1610

Hey @StoreHelpNeeded 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
StoreHelpNeeded
Explorer
52 1 10

shopcutify.com

Moeed
Shopify Partner
5005 1331 1610

This is an accepted solution.

Hey @StoreHelpNeeded 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
span.icon.icon-plus.grid-product__price-min {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1719329633544.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
StoreHelpNeeded
Explorer
52 1 10

Works great! Thank you!

BSSCommerce-HDL
Shopify Partner
2082 740 933

This is an accepted solution.

Hi @StoreHelpNeeded

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719329484968.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1719329492676.png

 

Step 3: Insert the below code at the bottom of the file -> Save

span.icon.icon-plus.grid-product__price-min {
  display: none !important
}

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now