Change location of sales and sold out badges

I want my sale and sold-out badge to move up to the area I circled. Im on dawn theme

@takeoverapparel can you please share the page link where you have these badges?

Hi @takeoverapparel

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.card__badge.top {
margin-top: -12px;
}

Hi @takeoverapparel

You can move badge above image by following this instruction:

  1. Go to Shopify > Theme > Customize

  2. Copy and paste this code on Theme settings > Custom CSS section

@media screen and (max-width: 550px{
.card__badge {
    top: -20% !important;
}
}

Here is the result:

Hello @takeoverapparel

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.card__badge.top {
margin-top: -12px;
}

@takeoverapparel ,

The Product Labels & Badges app can help you set positions for your badges. Kindly see the example below: