Sale price - Dawn theme

@larsvilhelmsson

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

@media screen and (min-width: 750px) {
.product__info-container .price--on-sale .price-item--regular {
    text-decoration-thickness: 2px !important;
}
}