It’s possible to change the style size of the valute in the product list
ES:
€ (have size 20px and padding 2px)
PRICE (have size 18 px)
thank you so much
Hey jbond82,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Try to remove this CSS:
#top .price span {
font-size: 18px !important;
font-family: Montserrat,sans-serif;
}
Then add this instead:
.woocommerce-Price-amount {
font-size: 18px;
}
.woocommerce-Price-currencySymbol {
font-size: 20px;
}
Best regards,
Rikard
don’t work it
PERFECT! it work!!
thank you so much
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon