We use color swatches on our Shopify project. We are looking for a solution, to display only the name of the selected color variant. Is it possible to implement this with liquid or do we need a JavaScript solution?
Take a look where that should take place: printnil.com
{% for variant in product.variants %}
<span>{{ variant.title }}</span>
{% endfor %}