Home Forums WoodMart support forum Price amount size Reply To: Price amount size

#107213

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .product-grid-item .price ins .amount{
    font-size: 10px;
}
.product-template-default .price ins .amount {
    font-size: 10px;
}

Change the size as per your needs.

Best Regards