I have a special collection template that I am using as a portfolio/archive. I want it to be viewable for visitors, but I don’t want the “Sold Out” tag to be on the images.
I copied this code and updated my collection name. I tried to add it into both the custom css on the template, and the json collection code file. Neither will accept this.
Check this one. This only shows on this specific collection section.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
Or, you can also duplicate your collection template and use this template copy only for this particular collection, then you should be able to use “Custom CSS” and paste only what’s inside .. there.
Neither “Custom CSS” nor json templates support liquid.