How can I bulk hide product descriptions on my website?

Hey :slightly_smiling_face:

is there a way to hide a product’s description?

Meaning, keeping the text in there in my admin but not show it on the website for visitor.

If yes can it done in bulk?

Thanks

Hi,

If you’re using the Dawn theme, in the theme settings, click Custom CSS and paste this code in the box that shows up:

.product__description.rte.quick-add-hidden {
  display: none !important;
}

That should hide the product description.

thank for the reply, where do i find the custom css?

No problem.

Do the following:

Go to your admin dashboard

Click “Online Store”

Click “Customize”

Click “Theme Settings”, this is the gear icon on the top left of the screen

Scroll all the way to the bottom and click “Custom CSS”

In the box that shows up, paste in the code

Click Save on the top right of the screen

Hope that helps

No problem.

Do the following:

Go to your admin dashboard

Click “Online Store”

Click “Customize”

Click “Theme Settings”, this is the gear icon on the top left of the screen

Scroll all the way to the bottom and click “Custom CSS”

In the box that shows up, paste in the code

Click Save on the top right of the screen

Hope that helps.

No problem.

Do the following:

Go to your admin dashboard

Click “Online Store”

Click “Customize”

Click “Theme Settings”, this is the gear icon on the top left of the screen

Scroll all the way to the bottom and click “Custom CSS”

In the box that shows up, paste in the code

Click Save on the top right of the screen

Hope that helps.

No problem.

Do the following:

Go to your admin dashboard

Click “Online Store”

Click “Customize”

Click “Theme Settings”, this is the gear icon on the top left of the screen

Scroll all the way to the bottom and click “Custom CSS”

In the box that shows up, paste in the code

Click Save on the top right of the screen

No problem.

Do the following:

Go to your admin dashboard

Click “Online Store”

Click “Customize”

Click “Theme Settings”, this is the gear icon on the top left of the screen

Scroll all the way to the bottom and click “Custom CSS”

In the box that shows up, paste in the code

Click Save on the top right of the screen

Hope that helps.

This depends on theme, themes such as Dawn or dawn based themes allow this as a simple setting.

Check the theme settings for the product template for a description block, either hide it or delete it.