Dear Community,
As you can see, the price size is bigger that the product title and variant sector:
How can I change this size?
@dmwwebartisan Ahhh, sorry… I found the solution:
.product sale-price {
font-size: 13px;
}
Please add the following CSS to your assets/theme.css bottom of the file.
.product .price-list .h4 {font-size: 0.7rem !important;}
Thanks!
Thanks! Welcome again if any problem!