Shopify themes, liquid, logos, and UX
Hi!
I am using dawn theme and my website is carcleansweden.se. I was wondering how I can change the sale badge location as shown in this picture:
Solved! Go to the solution
This is an accepted solution.
Hi @CarCleanCC!
Head to Admin > Online Store > customise > Edit Code > component-card.css > line 273:
Change .card_badge from:
.card__badge {
align-self: flex-end;
grid-row-start: 3;
justify-self: flex-start;
}
to:
.card__badge {
justify-self: flex-end;
}
This will achieve this:
Hope this helps!
This is an accepted solution.
Hi @CarCleanCC!
Head to Admin > Online Store > customise > Edit Code > component-card.css > line 273:
Change .card_badge from:
.card__badge {
align-self: flex-end;
grid-row-start: 3;
justify-self: flex-start;
}
to:
.card__badge {
justify-self: flex-end;
}
This will achieve this:
Hope this helps!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024