In my cart, I'm using a snippet of code to appear in order to capture the delivery date a customer wants a product to be delivered on. It works fine, but I would like that snippet to not appear when...
No content to show
User Activity
I'm not able to add background images via css to shopify anymore. I use to do it like this, but its no longer working: .use-alt-bg {background-image: url("https://cdn.shopify.com/s/files/1/0373/5420/9339/files/thin-banner.jpg");background-position: c...
11-23-2021
So would it be something like (if my collection is "spoons"): {% if collection.title_spoons %}{{ collection.description }}{% endif %} ?
Is it possible to use the handle {{ collection.description }} in a way that I can specify a particular collection from my site? Say I have a "spoons" collection. How can I change the snippet so that it specifically references the spoons collection?