Okay
  Public Ticket #1399371
Price color
Closed

Comments

  •  3
    derkrauss started the conversation

    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

  • [deleted] replied

    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:

    .woocommerce .product .item-info .price ins, .woocommerce .product .item-info .price>.amount {
        color: #333 !important;
    }

    Have a nice day!