Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.price__container { display: inline-flex !important; }
A Shopify store owner reported that product and compare-at prices weren’t displaying alongside sale tags on the product page until a variant was selected. They wanted prices to show automatically upon page load.
Issue Details:
Resolution:
.price__container { display: inline-flex !important; }
Status: Resolved. The custom CSS fix enabled automatic price display without requiring variant selection first.
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.price__container { display: inline-flex !important; }