I tried using this code but it did not work:
<div class="product__title product__title--card text-center">
<a href="{{ product.url | within: collection }}">{{ product.title }} <class="product-card" {% unless product.available %} <style="opacity:0.2;"{%- endunless -%}> </a>
</div>
I also tried pasting this in my theme.css.liquid
.grid-view-item--sold-out .grid-view-item__image { opacity: 0.5; }
I am using the Simple Theme
@adamidolls - can you please share a product link which is already sold out?
@adamidolls - you want entire product to go opaque? because the code depends on the variant, hence if you try to deactivate it just because one variant is not availble then even if others are available it will show opaque.
User | Count |
---|---|
395 | |
205 | |
129 | |
47 | |
42 |