I was wondering how to display a different style for products from specific a category?
Let’s say I’m on the website’s main page and I have some products (in a “sale” collection) showing if in the mix. I would like to have their pictures with a red stoke. I know how do do the CSS, but I can’t find a way to code the LIQUID query on it.
I tried lots of code and the last one is:
{%- if product.collections contains ‘sale’ -%}
My extra styles here
{% endif %}
Here’s the result I’m hoping:
Thanks in advance for you help
