Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Website: herneshealth.com
Hello, I wanted to know how could I make my product's name clickable? now it is only there, and the only way a customer can get to the product page is through the small text line "learn more" that is particularly not visible, pls welp
Solved! Go to the solution
This is an accepted solution.
Hi @Herneshealth,
You may have to get your hands dirty. Since Impulse theme is a paid theme, not all developers have access to this theme. Depending what you need to edit, if it is the featured product, then you need to find the featured product file under the section folder. Then find the product.title.
You then need to add the href. Please use code below as reference
<a href="{{product.url}}">{{product.title}}</a>
This is an accepted solution.
Hi @Herneshealth,
You may have to get your hands dirty. Since Impulse theme is a paid theme, not all developers have access to this theme. Depending what you need to edit, if it is the featured product, then you need to find the featured product file under the section folder. Then find the product.title.
You then need to add the href. Please use code below as reference
<a href="{{product.url}}">{{product.title}}</a>
Thank you very much 🙂