How to remove product description from a webpage?

Topic summary

A user seeks to remove the “Description” line from product pages on their Shopify store (akuwoodpanel.de).

Attempted Solutions:

  • Adding CSS code .ProductMeta__Description { display: none; } to base.css file — did not work
  • Adding CSS .ProductInfo .ProductMeta__Description h5.RteHeading { display: none !important; } to theme.css/theme.css.liquid file — also unsuccessful

Current Status:
The discussion remains ongoing with no confirmed resolution. A support member suggested trying to add code before the </body> tag in the theme.liquid file as an alternative approach, but the outcome of this method has not been reported yet.

Note: The conversation includes screenshots demonstrating the issue and attempted solutions, though specific technical details about the theme or platform version are not mentioned.

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

@websensepro Unfortunately, that didn’t help.

Thank you anyway!