Hi, I have an offer with a former price and a new one on home. It´s a woocommerce product.
I would like to make the dashed price smaller.
Where can I edit that css? I attach an image.
thanks!!!
Hi cipriana!
Please add following code to Quick CSS
del .amount {
font-size: 12px!important;
}
Best regards,
Yigit
Hi, this only reduces the amount, but not the € symbol.
I attach an image.
How can I include the symbol?
Thanks!
Hi,
Please try changing the code to following one
.woocommerce del * {
font-size: 12px!important;
}
Best regards,
Yigit
Hi, no, nothing happens.
Hi,
Can you please post the link to your page where we can see your former prices?
Best regards,
Yigit
Yes, of course
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.product del span {
font-size: 16px!important;
}
Best regards,
Yigit
Now yes! thanks!