How to remove the sale symbol from Dawn Theme?

Could someone please provide a code to get rid of the red oval in the “you may also like” section in my store.

The red oval is supposed to say “Sale” but I implemented a code to get rid of it, and now all I need to do is get rid of the red oval that was left behind. Thanks in advance! :slightly_smiling_face:

FeminiqueByCameron LLC - Quality Comfortable Sleepwear

Hello @Anonymous ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your theme.css file and paste the following code at the bottom:

.related-products span.badge.badge--bottom-left.color-accent-2 {
    display: none;
}