Site logo

Archived topic

it is possible to increase the character of the price

3 replies · Started by Ceramica Sud Curlante on February 1, 2022

Viewing posts 1–4 of 4

it is possible to increase the character of the price

Hi there,

try this CSS:

.woocommerce div.product p.price {
    font-size: 30px;
}

I also mean in product category

Thanks again

For the archives you can use:

.woocommerce ul.products li.product .price {
    font-size: 24px;
}
This archived topic is closed to new replies.