Remove + Symbol After Product Prices

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!

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

shopcutify.com

Hi @StoreHelpNeeded ,

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

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

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 :heart_eyes:

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 tag


RESULT:

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

Best Regards,
Moeed

Works great! Thank you!