This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Amzy Leel
Where do I reduce the size of the font for price displayed in the single product page ?
Hi,
Add this css code in 8theme options > styling > custom css > global custom css
.single-product .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol { font-size: 5px; }
change the font size value as you want.
Regards,
You must be logged in to reply to this topic.Log in/Sign up