Prices are not showing in Dawn theme.

Solved

Prices are not showing in Dawn theme.

AA31
Tourist
8 1 1

Capture.PNGCapture2.PNG

I am using the Dawn theme but you can see that prices are not showing not on home page not on product detail page. 

AA31_0-1723423640019.png

Also not comparing prices not showing.

AA31_1-1723423764908.png

and the price section is also visible.

https://k11tt6nqe3d4xx0y-65989214460.shopifypreview.com

this is the link, can anyone help me in this?

Accepted Solution (1)

AA31
Tourist
8 1 1

This is an accepted solution.

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;
}

AA31_0-1723426511130.png

 

View solution in original post

Replies 2 (2)
AA31
Tourist
8 1 1

where i can find IG DM?

 

AA31
Tourist
8 1 1

This is an accepted solution.

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;
}

AA31_0-1723426511130.png