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?
You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.card__badge.top {
margin-top: -12px;
}
You can move badge above image by following this instruction:
-
Go to Shopify > Theme > Customize
-
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
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.card__badge.top {
margin-top: -12px;
}
The Product Labels & Badges app can help you set positions for your badges. Kindly see the example below:



