How can I place an image above the add to cart button as a coupon reminder?

I want to add an image as a reminder to use a coupon above the add to cart button (which is the same size as the add to cart button which looks like the below, could someone create and code this in for me?

instead of JUNE10 would be JUST10

https://justjustbaby.com

Thanks

@kooger21

i can see just10 or if you need image above add to cart please share that code

Hi @kooger21 ,

Go to Assets > main.scss.liquid and paste this at the bottom of the file:

.coupon_code_text {
	border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    height: auto;
    line-height: 30px;
    padding: 9px !important;
    text-align: center;
}

Hope it helps!