hi, how do i remove this save 20$ from my products:
store link: https://8c2dd1-3.myshopify.com/
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.