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
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.
.collection .price__container {
display: block !important;
}