hi! the product prices are not showing underneath the product title, i already tried this:
.product-card-wrapper .product-price {
font-size: 14px !important;
color: #bb9bcd !important;
margin-top: 5px !important;
text-transform: none !important;
}
this is the website url: https://vgc5qevk2zag2vl2-20842677.shopifypreview.com/collections/all-products
Hi @oliyoliko It seems like you have commented some line of codes in your theme and that’s why the prices are not showing in your collection page.
I think you have commented out code in your collection.liquid filethat contains price, so you need to uncomment it. (I am not sure about the file name as without looking into the code I will not able to provide you the exact file name)
The code should start from “
” you need to uncomment it.
After uncommenting the code there will be prices showing in your collection page.
If you will unable to find the same then I’m happy to do this for you, let me know. I can implement the changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
1 Like