Why are two prices showing on my product pages after theme update?

After updating my Dawn theme from version 9 to version 10 - I now have 2 prices on my shopify product pages.

One price over the other. See screenshot below.

They were not there before the update,

Any clue how to fix that to display one price only ?

https://ShopSerotta.com

1 Like

Hello @powerguy

.price .price__container .price__regular{
    display: none;
}

Please added this css in your base.css file.

Thanks.