Home › Forums › WoodMart support forum › Add "Price:" before price in single products › Reply To: Add "Price:" before price in single products
January 7, 2021 at 4:03 pm
#256516
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product .price .amount:before {
content:"Price "
}
Best Regards