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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024