Deoxes
April 22, 2022, 10:37am
1
@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
.
Deoxes
April 22, 2022, 10:38am
2
@KetanKumar On collection page.
@Deoxes
can you try this code
Go to Online Store->Theme->Edit code
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;
}
Deoxes
April 22, 2022, 12:52pm
4
@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;
}
@Deoxes
its my pleasure to help us