Ho two remove "-" symbol between product title and price?

Hello,

can someone tell me how to remove this symbol (-) between the product title and the price?

Im using the Brooklyn theme: aliudclothing.com

Thank you!

Kim

1 Like

Hi @KimGottwald

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss.css and paste this at the bottom of the file:
.grid-product__price-wrap .long-dash {
display: none;
}