I’ve tried all the code to delete the product description and price from 2 featured collections I have on my home page and none seem to work.
One code I entered removed the price but the description was still present.
Any help would be appreciated!!
https://ellesalinas.myshopify.com/
pw ahyews
1 Like
Hi @ellesalinas
Do you like to remove the price in the featured collection in homepage? And not in the product page? If that so you need a liquid code for this.
That is correct. Only in the featured collection on the home page
Hi @ellesalinas ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
I realize this situation isn’t exactly what you’d hope for, but I’ve got a potential solution that I’d like to share with you:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
{% if template == 'index' %}
{% endif %}
Best regards,
Anthony
Thanks Anthony.
Question-I read in another thread that removing _meta is the easiest code route to take but that I may run across issues later when hiring a developer that may wonder or have difficulty with _meta being removed, is that correct?
Complete notice to code so I was apprehensive to make that change due to what was mentioned.