How can I move the discounted percent tag to the bottom left in the Impulse theme?

@KetanKumar I have one more question, help me if you know the answer. I make a photo, maybe must be clear.

I wanna know if I deleted the code sale tag, it shows for me on the right top side, I wanna make it on the bottom left, but not the sale tag, but discounted percent tag, it is possible?

My theme Impulse.

Webpage: dehome.co.uk

Thanks

.

@KetanKumar On collection page.

@Deoxes

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
span.grid-product__price--savings {
    position: absolute;
    top: -40px;
    left: 0;
    margin-left: 0;
    background: #b22222;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    border-radius: 100px 100px 100px 0px;
}

@KetanKumar Perfect just maybe know how I can make something like this one?

I insert a photo.

Just background black I wanna.

Thanks.

@Deoxes

yes, sure please remove last one and add this code

span.grid-product__price--savings {
    position: absolute;
    top: -30px;
    left: 0;
    margin-left: 0;
    background: #000;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
}

@KetanKumar Thank you!

@Deoxes

its my pleasure to help us