Shopify themes, liquid, logos, and UX
Hi, I am making a new upgrade to my store, and just bought Stiletto Theme
Anyone who can help with a code, so the "sold out" badge in the can be moved from left to right side?
Thank you very much!
https://wm9qxu6gs9jid9cr-57068945600.shopifypreview.com/collections/alle-smykker
(Preview only available in two days)
.
.
.
.
.
.
.
.
Solved! Go to the solution
This is an accepted solution.
Hi @stinem123
You can try this code for solution 1:
.product-badges.product-badges--position-top.product-badges--position-left {
right: var(--spacing-2) !important;
left: unset !important;
}
Hi @stinem123 ,
This is Mike from Omega
You can try my solution:
1. Open Theme -> Edit Code
2. Open file theme.css and paste this code to the bottom of file and Save:
.product-item .product-badges.product-badges--position-left {
right: var(--spacing-2) !important;
}
OR
You can find the div has class: "product-badges product-badges--position-top product-badges--position-left" and change it to "product-badges product-badges--position-top product-badges--position-right"
Hope my answer will help you.
Mike from Omega
Hi, thanks for you reply Mike! @Mike-Consentik
The first solution does not work, unfortunately it makes no difference..
How can I find the "div has class: "product-badges product-badges--position-top product-badges--position-left"
Is it in the theme.css (because I can´t find it there)
This is an accepted solution.
Hi @stinem123
You can try this code for solution 1:
.product-badges.product-badges--position-top.product-badges--position-left {
right: var(--spacing-2) !important;
left: unset !important;
}
Hi @stinem123
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css
.product-item .product-badges.product-badges--position-left {
right: 0 !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025