Tagged: x Author Posts October 11, 2016 at 8:47 am #1211424 TimParticipant Hi X, In the customizer i can set how many posts per page i want in woocommerce. How can i change this amount in mobile? http://comhsc-siiksaare.savviihq.com/product-categorie/pompen/graco-husky/ Thanks! October 11, 2016 at 10:15 am #1211582 ThaiModerator Hi There, Please add the following code under functions.php file locates in your child theme: add_filter( 'x_option_x_woocommerce_shop_count', 'change_shop_count_mobile' ); function change_shop_count_mobile($count){ return wp_is_mobile() ? 4 : $count; } Hope it helps 🙂 October 11, 2016 at 2:06 pm #1211916 TimParticipant Works like a charm! Thanks Thai! October 11, 2016 at 3:50 pm #1212033 JoaoModerator Glad to hear it, Joao Author Posts <script> jQuery(function($){ $("#no-reply-1211424 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In