Home › Forums › Basel support forum › Add space between currency symbol and price. › Reply To: Add space between currency symbol and price.
June 26, 2020 at 7:05 pm
#206754
Elise Noromit
Member
Hello,
Please find this code in the Theme Settings > Custom CSS > Global:
body .woocommerce-Price-currencySymbol {
font-family: Arial;
}
and replace for this one:
body .woocommerce-Price-currencySymbol {
font-family: Arial;
display: inline-block;
margin-right: 10px;
}
Best Regards