Hey folks
Can someone please help me remove the Product Description from Featured Product Section in the Home Page? I am using the Debit Theme.
Pls note that I DO NOT want to remove Product Description from the Product page.
Thanks a lot
Solved! Go to the solution
This is an accepted solution.
Hello,
To remove it:
1) Edit featured-product.liquid, you can find this file under 'Section'
2) Search for this code ( May it's available in line no. 285 )
<div class="product-single__description rte">
{% unless product == empty %}
{{ product.description }}
{% else %}
{{ 'homepage.onboarding.product_description' | t }}
{% endunless %}
</div>
3) Remove or comment it
Thanks
User | Count |
---|---|
26 | |
22 | |
16 | |
9 | |
8 |