Re: Remove Description from Product Page

How to remove product description from a webpage?

WDMWeb
Shopify Partner
9 0 1

Dear community,

 

I would like to remove the "Description"-line from the product pages.

Does anyone have a solution for this?

WDMWeb_1-1681984158139.png

 

Thank you in advance!

 

 

 

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
12031 2352 2530

Could you send me your store URL to check?

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

WDMWeb
Shopify Partner
9 0 1
Dan-From-Ryviu
Shopify Partner
12031 2352 2530

Hi @WDMWeb, please follow this instruction 

Go to store admin > Sale channels > Online store > Themes > Edit code > Assets > open theme.css or theme.css.liquid, add this CSS code at the bottom and save file 

.Product__Info .ProductMeta__Description .Rte h5 { display: none !important; }

This is result Screenshot 2023-04-21 at 09.00.54.png 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

WDMWeb
Shopify Partner
9 0 1

Hello Dan,

That didn't work either...

Dan-From-Ryviu
Shopify Partner
12031 2352 2530

So please try to add this code before </body> tag in Sale channels > Online store > Themes > Edit code > theme.liquid file 

<style>
.Product__Info .ProductMeta__Description .Rte h5 { display: none !important; }
</style>

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

websensepro
Shopify Partner
2127 265 317

Hi @WDMWeb 

1. Go to the online store 

2. Edit the code base.css file below add the code 

.ProductMeta__Description {
display: none;
}
Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
WDMWeb
Shopify Partner
9 0 1

@websensepro Unfortunately, that didn't help.

Thank you anyway!