Hiding product filters on the product detail page This is possible by inserting a piece of CSS to hide the product filters on the product detail page. These are the steps to add personalized CSS code to the design: 1. Navigate to Settings > Layout > Designer and launch the designer 2. Click Preferences (last icon) and enable Advanced 3. Click Customize CSS (penultimate icon) 4. Add the piece of CSS code at the bottom (copy and paste) Publish the design (first icon in the designer window) to make sure the result is live. The CSS code: .prod-detail-filters { display: none; }