Change product price size on Prestige 7.0.0

Dear Community,

As you can see, the price size is bigger that the product title and variant sector:

How can I change this size?

@admintb

Please share your store URL!

Thanks!

@dmwwebartisan

Yes, please see here:

https://mzz8y55eprscm10z-73160851752.shopifypreview.com

@dmwwebartisan Ahhh, sorry… I found the solution:

.product sale-price {
font-size: 13px;
}

@admintb

Please add the following CSS to your assets/theme.css bottom of the file.

.product .price-list .h4 {font-size: 0.7rem !important;}

Thanks!

@admintb

Thanks! Welcome again if any problem!