Follow these steps:
-
Go to Online Store → Theme → Edit code
-
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;
}
}