Move badges on product page dawn theme

For my product pages, I want to move the sales badge and out-of-stock badge. I want them to be in the top right corner of product pictures. The image is down below of where I want to move it to. I’m using the Shopify dawn theme. My website is www.takeoverapparel.com and password is takeover.

You can choose “Text” for sale badge for the top right corner.

Thanks!
if you find my advice helpful please remember to LIKE and accept as SOLUTION.

HI @takeoverapparel

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

@media (max-width: 749px) {
span.badge.price__badge-sale {
    top: 130px !important;
    position: absolute !important;;
    left: 30px !important;;
}
}

1 Like

This worked thanks

1 Like

Happy I could help!