Comments Timo started the conversationSeptember 21, 2014 at 4:45pmHi,as you see in the attached image I need to hide the sorting functionality on the shop page (marked in red). I also need all three products using the full width of the shop page.Thanks,Timo 9,303Tahir repliedSeptember 22, 2014 at 11:07pmHey!Add this into the Custom CSS box located in your Salient Options panel :.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count { display: none !important; } .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 30.45%!important; } Thanks ThemeNectar Support Team 1 LikeTimo repliedSeptember 23, 2014 at 12:15amThanks Tahir, do you know why the images in the overview (http://www.mini-itx-case.com/der-shop/) have a bad quality? Are they automatically resized?Thanks,Timo 9,303Tahir repliedSeptember 23, 2014 at 12:19pmHey Again!You need to increase the size in Woocommerce settings as the products are occupying bigger width: http://prntscr.com/4phn5l . Thanks ThemeNectar Support Team Sign in to reply ...
Hi,
as you see in the attached image I need to hide the sorting functionality on the shop page (marked in red). I also need all three products using the full width of the shop page.
Thanks,
Timo
Hey!
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count { display: none !important; } .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 30.45%!important; }
ThemeNectar Support Team
Thanks Tahir, do you know why the images in the overview (http://www.mini-itx-case.com/der-shop/) have a bad quality? Are they automatically resized?
Thanks,
Timo
Hey Again!
You need to increase the size in Woocommerce settings as the products are occupying bigger width: http://prntscr.com/4phn5l .
Thanks
ThemeNectar Support Team