Remove Sale Badge on Collection Pages Dawn Theme

Hello, how do we Remove Sale Badge on Collection Pages within Dawn Theme?

Hi @Solset

This is Victor 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

.card__badge {

display: none;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hi, this did not work

following up

@Solset

You can try with this code:

.card__badge.bottom.left {
display: none !important;

}