Shopify themes, liquid, logos, and UX
Hello, does anyone know the code so I can make SOLD OUT product images fade out on collection pages? I'm using Refresh theme. TIA
Go to coolection page code file and write this code
{% if product.available = false %}
.product-card {
opacity: 0.5;
transition: opacity 0.3s ease-in-out;
}
{% endif %}
Sorry, doesn't work.
Where can I find the collection page liquid file on Refresh theme?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024