Remove sale badge from Collection Page Dawn thema

I want only Save logo appear in my product page i do not want appear my ollection page.

my website: eycuf.com

Is this possible

Hi @zamanhasanov96

Thank you for posting here. Please add this code to your theme’s base.css file. You find this file under the assets folder.

.card__badge {
display: none !important;
}

1 Like

If find this message helpful, pls accept it as a solution.

Thank you