Hi, AlphaSale_Kathy
I really appreciate your efforts to give me the solution of my problem, but I didn’t found any option in theme settings and the code you provide didn’t work unfortunately as here’s the screenshot:
But on the other hand, I found one website in which the working code is provided and after applying that code, the results were idea as you can see in the screenshot:
But I want to share that codes and website with you as a gift and so you can help others, details are below 
Update code in Price.liquid File:
Replace {{ ‘products.product.on_sale’ | t }} with the following code:
-{{ compare_at_price | minus: price | times: 100 | divided_by: compare_at_price }}% OFF
Then:
Update code in Card-product.liquid File:
Replace {{- ‘products.product.on_sale’ | t -}} with the following code:
-{{ card_product.compare_at_price | minus: card_product.price | times: 100 | divided_by: card_product.compare_at_price }}% OFF
Then:
Add this Code in Base.css File
.card__badge .badge{
border-radius: 0;
font-size: 13px;
background-color: red;
font-weight: bold;
border: none;
}
.price .price__badge-sale {
border-radius: 0;
font-size: 13px;
background-color: red;
font-weight: bold;
border: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
Now, you can see the code for base file which you can customize the 100% button as you want, even those who don’t understand the coding.
The website is: https://websensepro.com
I hope, this information is useful for you and this code will work on all the free themes of Shopify, thanks.
Regards,
Abdullah