How to add a 'see more colors' option under product prices in catalog?

How do you get a “see more colors” option under you product price when you scroll through the catalog and the main page.

@Alvinseger

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://vitrumprotect.com/

@Alvinseger

thanks bt i cant see this text can you show me

No, i was wondering how i can get the text “see more colors” under my products in the catalog and front page. Like, what coding i need to write

Hi @Alvinseger ,

You want to show it below title?

Go to snippets > product-card-grid.liquid file and add code here:

Code:

{% unless product.has_only_default_variant %}
  

See more colors

{% endunless %}

Hope it helps!