Hi Team,
After updating the Sydney Pro theme, I found that the prices in the Shop Page are in bold font.
Can you help me remove the bold font please?
(the customizer options only give control over font sizes )
Hi Team,
After updating the Sydney Pro theme, I found that the prices in the Shop Page are in bold font.
Can you help me remove the bold font please?
(the customizer options only give control over font sizes )
Hi,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.woocommerce ul.products li.product .price {
font-weight: 400;
}
Regards,
Kharis
aThemes Support
Thank you! This worked
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support