All things Shopify and commerce
I have some products with variants that I cannot show all on the thumbnail page. I want people to know if they click there are more colors available. Somthing like seen in red text below. My theme is Spotlight. Is this possible? Thank you!
Solved! Go to the solution
This is an accepted solution.
That is extremely awesome of you and that totally did the trick! Works great. Thank you so much! I am as excited as I seem haha.
Emily
Hello @OuterChild ,
If need further help you can drop me an email to discuss it.
Thanks
Hi there,
If you're a bit familiar with theme coding, then find where you want to display the Custom code (it's the snippets/card-product.liquid in Dawn theme). Then add the code below:
{% if card_product.variants.size > 1 and card_product.options_by_name['color'].values.size > 1 %}
<span class="card__heading h5">
More colors
</span>
{% endif %}
This is an accepted solution.
That is extremely awesome of you and that totally did the trick! Works great. Thank you so much! I am as excited as I seem haha.
Emily
hello, can i add different text for each product card like in this picture ?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025