Shopify themes, liquid, logos, and UX
Hi i am using dawn theme and i want to ask if there is a way by code or something else that i can add a color variants to the collection page
Hi @Roeiam , If you'd like to display the color options on the collections page, you can add the following code to your product grid file. Since you're using the Dawn theme, the file will be named 'card-product.liquid.' Locate the file and search for the 'card-information' class. If the class appears more than once, be sure to add the code to both sections.
<div>
{% for option in card_product.options_with_values %}
{% for value in option.values %}
<span>{{ value }}</span>
{% endfor %}
{% endfor %}
</div>
AT...
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025