How To Resize Discounted Price On Product Page In Shopify - eCommerce Thesis

How To Resize Discounted Price On Product Page In Shopify

.product__info-container .price-item--sale {
  font-size: 2rem!important;; /* Adjust this value to your preferred size */
  font-weight: bold!important;; /* Optional: make it bold for emphasis */
}

.price--on-sale .price-item--regular {
    color: #ff1100!important;;
    font-size: 2rem!important;
}