How can I restore product prices on collection pages in Dawn theme?

hello

I am using dawn theme, I think I deleted the prices from the collection pages long time ago, now I want them back but its not working well, when I am trying to change in base.css code:

.card-information .price{
display: none;
}

to

.card-information .price{
display: inline-block;
}

Most of the prices looks good but when there are products with few variants and different prices and compere to prices I can see in the collection only one of the compere to prices with line on it.

also when I am trying to add style to the price its not changing (like size and color).

Thank you in advance.

@sinlyint
Try below one

.card-information .price{
display: block !important;
}

Hello @sinlyint
Please share your website URL.

Hi @sinlyint

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file base.css

.card-information .price{
display: block !important;
}

Hope this answer helps.
Best regards,
Victor | PageFly

Hi thanks for your response, i see the price but still same problem with the products with different variants prices.

Hi thanks for your response, i see the price but still same problem with the products with different variants prices.

https://sinlyint.com/

Share your store url?

@sinlyint

Please share your website URL.

https://sinlyint.com/

here regular price showing empty . Did you added price from back end

no, I only changed the prices style in the product page.

How do I change correctly what you sent?

Do I need to add something there?

@sinlyint For that i need to check your store. So, i need your admin site credential.

How do I do it?

You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag