Remove ''Selling'' text bubble next to price DAWN theme

Hi,

how can I remove this text bubble from my product page? Thank you for your help !

Website URL: https://inkly.fr/products/imprimante-inkly%E2%84%A2?variant=45423053144329

Hi @INKLY

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

span.badge.price__badge-sale {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thank you ! @PageFly-Henry

You are welcome @INKLY :blush: