Hi,
For some reason, the product price is no longer shown on the product page. Prices are shown on the collection/online shop page, but once you click on the product, the price is gone.
I’ve tried fixing it online store - customize - product page, but that didn’t work.
My webpage is https://iconfit.com.au/. Thank you so much for helping!
ONLINE SHOP/COLLECTION PAGE
PRODUCT PAGE
Hello @gerlikask ,
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- Paste the below code before :
<style>
.no-js-hidden {
display: block !important;
}
</style>
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.
Thank you so much, it worked 
Hello @MandasaTech I am having a similar issue but this solution did not work for me. Do you have any other suggestions?
I’m having the same issue and this fix didn’t work for me. I’m on the sense theme. Any suggestions?