erinrebeccasheehan Posted July 27, 2020 Share Posted July 27, 2020 Site URL: https://www.lornewine.com We are on the Advanced Commerce plan, and the majority of the items we carry in our shop are limited and seasonally unavailable inventory. I want to automate the process of hiding sold-out items, instead of labelling them with the SOLD OUT icon. Can anyone help with this? Thank you so much in advance! Link to comment
tuanphan Posted July 27, 2020 Share Posted July 27, 2020 Add to Home > Design > Custom CSS .ProductList-item.sold-out { display: none; } @media screen and (min-width:641px) { .ProductList-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.