AA31
1
I am using the Dawn theme but you can see that prices are not showing not on home page not on product detail page.
Also not comparing prices not showing.
and the price section is also visible.
https://k11tt6nqe3d4xx0y-65989214460.shopifypreview.com
this is the link, can anyone help me in this?
1 Like
AA31
3
i solved this problem
I add this code at the end of the base.css
.price-item–regular .hidden {
display: inline !important;
}
.cart-item__price-wrapper .hidden {
display: block !important;
}
.totals__subtotal-value .hidden {
display: block !important;
}
.price-item–sale .hidden{
display:block !important;
}