How can I delete the 'save $20' tag from my products?

hi, how do i remove this save 20$ from my products:

store link: https://8c2dd1-3.myshopify.com/

Hi @sondreskskfsghj

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.grid-product__tag.grid-product__tag--sale {
    display: none;
}

Hope my answer will help you.