woocommerce frontpage price font size

Posted in: Newspaper
Post count: 39

hello how can i increase the woocommerce prices at frontpage?
Thanks

Post count: 3343

Hi,
Try with this CSS, add it in Theme panel -> Custom CSS

.woocommerce ul.products li.product .price {
    font-size: 22px;
}

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.