Okay
  Public Ticket #286724
Shop Page in Woocommerce - Hide sorting
Closed

Comments

  • Timo started the conversation

    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

  •  8,839
    Tahir replied

    Hey!

    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 

  • Timo replied

    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

  •  8,839
    Tahir replied

    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