How to get rid of how much has been saved on a product when you do a sell

Hello I would like to know what can I do to get rid of how much a person has saved on a product that is on sell and instead have just a strikethrough and the new sale price on my website. here is my website to see my problem.

website name: www.wareingwilson.com

Hello @wareingwilson ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme..css-> paste bellow code in bottom of file
.grid-product__price--savings, .product__price-savings{
display: none !important;
}

Thanks