Feedback for your online store from the community
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi There, just wanting some help with moving a "sold out" button to a different location. (as per screenshot below)
We are using the Studio theme 2.0
Thanks!
Hi @bridget
Please go to Online Store > Themes > Edit code > open them.liquid file, add this code after <head>
.card--card.card--media> .card__content .card__badge {
display: flex !important;
}
.card__inner .card__content .card__badge {
display: none !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @bridget Thank you for reaching out for assistance with your Shopify store. Based on the screenshot provided, it appears that you would like to relocate the "Sold Out" button to a different position within your product listing on the Studio theme 2.0. Here are the steps to achieve this:
Please let me know if you need further assistance or if there are any specific details you would like to address.
Best regards,
Ina
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Thanks Ina.
Just trying to locate the code. Do you thinks its this part, thats highlighted?