Why are product prices vanishing upon selecting variants?

Hello

Lots of the products on my site have variants and I have just noticed that the prices are disappearing after a few seconds when you click on another variant. For example on this page:

Biro 3336 Bandsaw (cibamat.co.uk)

The correct price comes up when it’s in the cart, but you can’t view the price on the product page once you click on another variant.

Not sure why this is happening - does anyone have any ideas?

Theme - Warehouse

Thanks so much!

@TomG4

#shopify-section-collection-template .price, .price-list, .price-list, .search-bar__item-price {
    display: block !important;
}

Add this code in the bottom of theme.scss or theme.css file.

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
  3. Save it.

Thanks so much - this has worked!

@TomG4

Let me know if you need any more help.
Thank you

Hello, I would like to know if it is possible to have the code for the Dawn theme; the price on the product page is not displayed with the code you propose. I can no longer use this theme. The theme is

wokiee-v-2-3-1-shopify-2-0 and the dawn theme is the latest version . Thank you very much for your help.

this didnt end up working for me, any other solutions?