Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello,
Can someone please help me with code🙏🏻
I need to hide product description from Featured product section on homepage.
I am using Debut theme.
Thank you for your help.
Solved! Go to the solution
This is an accepted solution.
Hello LifeByT,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.page-width .product-single__description { display: none!important; }
This is an accepted solution.
Hello LifeByT,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.page-width .product-single__description { display: none!important; }
Thank you very much!🙏🏻
I was to fast... this code also removes description from product page. Is it possible to remove description only on home page (Featured product section).
Thank you for your help @oscprofessional .
Have you found the solution to this I am running into the same problem the description has been removed from my product page as well.
Hello Morriscohen,
Please share your site url.
So that i can check and let you know the exact solution here.
I am having the same issue. I would like my feature product on the home page to have no description. But when I add the code above "}.page-width .product-single__description { display: none!important;" it also removes the description on my product page. Can you please help with this!
@Hello @heavenlygloco,
PLease remove .page-width .product-single__description { display: none!important;"} css and add below css
.template-index .product-single__description { display: none!important; }
Hey @oscprofessional , thanks so much for sharing your knowledge. I was wondering what code I could use to hide the product description on the product page since I already have accordions that pull from the admin description box and then output that onto the same product page. Basically, I would want to hide the original product description since it appears as a duplicate given that the accordions already exist.
Thanks in advance!
By the way, the theme I am using doesn't have a theme.scss.liquid but rather just theme.liquid.
Best,
Angelo
Hello,
Good day, i have tried your method but its not work. , i want the product description to appear only one clicks on the product..
Hi, so im trying to solve the same problem- deleting the product description off my home page in featured product but when i try to go to edit code i dont see the
theme.scss.liquid section you are talking about, once i delete it can i add like a "full details" link that go to the product page underneath the featured product?
Out of date solution 😕
Hey,
Do you know how am I able to hide the original description on the Debutify3.0.5 theme. I have tried inputting the code you provided but it didn’t work.
Thanks!
User | RANK |
---|---|
10 | |
9 | |
9 | |
8 | |
7 |