On the homepage, I’d like to show a collection, without the standard first tile? How can I hide that first tile and show prices? Or how do I show a collection (similar to how it’s laid out in product pages) in my home page?
Essentially I’d like to:
show clickable product images, with their names and prices.
You will have to customize your theme, keep in mind the following changes will affect ALL instances of the Featured Collection section unless you take extra steps to make a new section.
Merchants that want to buy this customization can contact me for pricing to have in created for them.
Always make a backup of your theme before changing code
For the Featured-Collection section that file for that is is venture is improperly named it’s actually : sections/featured-products.liquid with the code for the Collection Cover image being on lines ~28~40(see screenshot for reference) which is what you will want to comment out to disable the “first tile”.
AND importantly in the product loop of the product cards there is a css classes medium-up–one-fifth you will want to change to to be medium-up–one-fourth
You’ll also want to disable the classs collection__card–first
Those are the basic changes, test and examine thoroughly for unwanted side effects this info doesn’t cover.
That is an advanced theme customization merchants that want to buy that work can contact me for customization prices.
An alternative is to put the color swatches directly into the image of a products featured image, but of course either of those options may not update dynamically based on inventory stock.