You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colors are not for gradient..that much but quite often Products can be labled like that
here is how others done it.. for that kind of output.
As for search
need to find all the entries related to a specific color:
{% set entries = craft.entries.colorSwatchesFieldHandle('red').all() %}
{% set entries = craft.entries.colorSwatchesFieldHandle('#fff').all() %}
Is it posiblle to have colors like this..
Is it posiblle to search colors. so we use this field for products and faceted filtration..
The text was updated successfully, but these errors were encountered: