Trying to figure out how to remove product name, price and sold out sticker from homepage. I would like the products to be clickable through the image.
I don’t know anything about coding, please go easy on me, thank you!
Removing product title, price, and “Sold out” labels from the homepage and making product tiles clickable via the image. Store URL shared (veenuscollections.com).
What was tried:
Current issue:
Status and next steps:
Trying to figure out how to remove product name, price and sold out sticker from homepage. I would like the products to be clickable through the image.
I don’t know anything about coding, please go easy on me, thank you!
Hey @Hollywatson
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Thank you!
Hey @Hollywatson
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
{% if template == 'index' %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Hollywatson
Please go to your Online Store > Themes > click “…” in the current theme, open theme.liquid file, paste the code below after

Thank you so much! I’ve been trying other ways for so long, first one that worked!
Just to be nit-picky, when I click on the image there is still a shadow selection from where the title used to be, is there a way to get rid of that also?
Hello @Hollywatson - check the screenshot.
If this was helpful, hit the like button and mark the job as completed.
Thanks
Code updated
This doesn’t appear to have fixed the issue
any other options?
Thank you, this worked well! when I click on the image there is still a shadow selection from where the title used to be, is there a way to get rid of that also?
Did you try to reload your page to check? I cannot see the issue as you mentioned on my side
Unfortunately it’s still happening, I have a screenshot of the issue here, sorry for the bad quality, it was hard to get a photo of so it’s a photo of my screen! This grey box is the issue, and it comes up after I click the product. Thank you so much!