All things Shopify and commerce
I'd like to remove the preview of the product description as shown in the photo above so that it's only visible once you've clicked on the product.
How do I do this?
Solved! Go to the solution
This is an accepted solution.
Hi @Koureche
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.list-product__details-wrapper.grid__item>p {
display: none;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @Koureche ,
Can you provide link to the store? I will have to review the page in order to comeup with a solution.
This is an accepted solution.
Hi @Koureche
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.list-product__details-wrapper.grid__item>p {
display: none;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Thanks a lot 😀
Have a very nice day!!!
Hi. Hoping you can help!
I'm using Groupify to combine 2 products in Shopify, just to add toddler sizes to a listing. I'm using your code to try & get rid of the Size Info on the page, wanting to keep that info when they go into the Card Page. I enter your code & it works but then I get an error when saving then upon refreshing the damn Size Info's back! Any help would be greatly appreciated. Thanks!
Hi @Koureche
You'll have change the view from list to grid in your theme settings.
Try checking for this setting under "Theme settings" >> Collection"
Note: the name could be different as per the theme.
or navigate to collection page
If you'd like to discuss this more or having any concerns, don't hesitate to send me a PM.
Please hit Like and mark it as a solution if this has helped you.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025