How can I show percentage off on my product pages in Dawn theme?

Have been using Dawn theme from a while for my store, I want to add percentage off on product pages. Can anyone recommend on how to proceed? Also attaching the link to the website LumberJacks Furniture

Hi @Rishi_Arora1

1: Online store > themes > Actions > Edit code > Snippets > price.liquid

2:

replace

{{ 'products.product.on_sale' | t }}

with

{{product.compare_at_price | minus: product.price | times: 100 | divided_by:  product.compare_at_price }}% off