Home › Forums › Support › Customize woocomerce layout This topic has 3 replies, 2 voices, and was last updated 6 years, 8 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 12, 2016 at 7:41 am #225815 Thierry Hello, On my page category Woocommerce i want display the product with list (and not grid) without thumbails, how i can do this ? Thx September 12, 2016 at 8:56 am #225844 TomLead Developer Lead Developer This PHP should make them 1 column: add_filter('loop_shop_columns', 'loop_columns'); if (!function_exists('loop_columns')) { function loop_columns() { return 1; // 3 products per row } } I’m not sure of the best way to remove the thumbnails – you might want to ask WooCommerce support that one. September 12, 2016 at 12:18 pm #225907 Thierry It’s good for this. Thx Tom. September 12, 2016 at 7:49 pm #225956 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In