How can I make all prices smaller? Dawn Theme

I was managed to do some prices smaller but not the one with the sale.

Thats my store: www.oldtatstore.com

What can I do that all prices be smaller than the product title?

@oldtat
Add this code at the bottom of your base.css file

.card-information .price--on-sale .price-item--regular {
    font-size: 13px;
}
1 Like

Thank you so much

Now everything is perfect

@oldtat
You’re welcome.