Hello,
I have a featured collection on the home page that I do not want to show the Product title and price. What is the code to do this? I am using the Envy theme. Thank you
Hello,
I have a featured collection on the home page that I do not want to show the Product title and price. What is the code to do this? I am using the Envy theme. Thank you
Hi @neatolabels
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.indiv-product .hp-subtitle {display: none !important;}
Regards,
San
Hello @neatolabels
Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
Hello @neatolabels ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Sections → featured-collection.liquid file (or something name similar to this)
Look for the code that renders the product title and price within the featured collection section. It might look similar to the following:
### {{ product.title }}
{{ product.price | money }}
Comment out or remove the lines of code that render the product title and price. For example:
Save and preview
Hope this can help. Let us know if you need any further support.
Ali Reviews team.