Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
how can I hide this sold out badge after the price on the PDP? https://imanethelabel.com/products/essential-dress?variant=52234339352925
Solved! Go to the solution
This is an accepted solution.
open your base.css or theme.css or section-main-product.css file from your theme code editor and add this at the very bottom of everything
.product .price__badge-sold-out{
display: none;
}
This is an accepted solution.
open your base.css or theme.css or section-main-product.css file from your theme code editor and add this at the very bottom of everything
.product .price__badge-sold-out{
display: none;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025