Comments 3derkrauss started the conversationDecember 11, 2017 at 6:59pmHi, how can I change the color of the price in the shop? It is currently green. I want to have it just black. Thank you in advance! Markus[deleted] repliedDecember 12, 2017 at 8:44amHi derkrauss, Please read this article How to create my own skin. If you want to change the color of the price only, then please add the code below to your Custom CSS area: .woocommerce .product .item-info .price ins, .woocommerce .product .item-info .price>.amount { color: #333 !important; } Have a nice day! Sign in to reply ...
Hi, how can I change the color of the price in the shop? It is currently green. I want to have it just black. Thank you in advance! Markus
Hi derkrauss,
Please read this article How to create my own skin.
If you want to change the color of the price only, then please add the code below to your Custom CSS area:
Have a nice day!