Dawn them not showing prices on collection

It has always been showing, and yesterday the prices does not show on collection page, if i press on filter and reset the prices is showing.

Any idea of what could be the issue?

for my site proteinett.se

Thanks

Hi @proteinett

For some reason, some code is added to your price element that hides it. You can fix it by following the instructions below.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the base.css file
  3. At very end of the code, add the code below
.collection .price__container {
    display: block !important;
}