I’m using debut theme and I am trying to get a text/button with “more colors” under my product title on my homepage and collection pages.
I did find some codes for other themes, but they don’t work for my theme.. I couldn’t find where to put the code.
Hope someone can help!!
1 Like
Hello @aprilcherry
It requires a custom solution like if any product has color variant available then show more colors available otherwise not.
1 Like
Hi, most of my products have different variants (aka colors), except for one. So I want to have a text under the product title of the products that have variants to show that. Can be with a link to the product, or just a text. I found code to do this, but I just can’t figure out in what file I need to put the code..
I found this code:
{% if product.options contains ‘Color’ %}
More Colors…
{% endif %}
1 Like
Hello @aprilcherry
code is fine but it may be color or colors or colour etc…and we need to find theme files for homepage and collection page.
would you like to give me access so i can adjust it or you.
its a quick change for me
1 Like
Hi, yes that’s fine. How do I do that?
I’d like to include a hover over image to show my second pictures as well.