Remove Woocommerce "sort" dropdown menu on the Webshop page

Hi Movin,

You will find a screenshot attached.

  1. Remove Woocommerce “sort” dropdown menu on the Webshop page
  2. Also, only one product is showing on every page. As you can see in the same screenshot, i have a total of three products on 3 pages. How do i make them appear on one same page.

Thank you!

Regards,
Shakeel

Hi Shakeel,

I hope you are well today and thank you for your questions.

1. Remove Woocommerce “sort” dropdown menu on the Webshop page

You can try hiding this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.post-type-archive-product #main form.woocommerce-ordering {
    display: none;
}

2. Also, only one product is showing on every page. As you can see in the same screenshot, i have a total of three products on 3 pages. How do i make them appear on one same page.

You can try changing it by using the solution posted in the following page.

Best Regards,
Movin

Hello Movin,

  1. The CSS code worked perfectly. The drop down disappeared.
  2. Somehow, the products showed up on one page. Dont know what i did, im pretty new to wordpress :slight_smile:

Thanks for your awesome support!

Regards

You are always welcome here :slight_smile: