How do I change my pricing typography and coloring?

Hi @blcksoap ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.product__price--compare {
    color: gray !important; /* change gray as you like */
}
.sale-price {
    font-size: 16px !important; /* change 16 as you like */
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like