Add "Price:" before price in single products
-
hi.
how can I add “Price:” before price in single products.
I used child-theme, Which file is related to the price section?
Hello,
Please clarify where you want to add on the Product page or on the grid?
Please provide your site admin access.
Best Regards
Hello
on single product. for example we have: 25$. i want print: Price: 25$
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product .price .amount:before {
content:"Price "
}
Best Regards