Hello. On my featured collection pages, there are sale icons which are placed beneath the text of each product. I want to move them and place them in the top left hand corner of each product image. How would I do this?
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.price__badges.price__badges--listing {
position: absolute;
top: 2%!important;
left: 20px!important;
}
Screenshot :- https://prnt.sc/10h169t
User | Count |
---|---|
445 | |
209 | |
104 | |
87 | |
86 |