Archived topic
hide drop-down menu options
3 replies · Started by Gisbert A. on August 26, 2019
I'm using your template with woocommerce and when I do a search I get a dropdown that puts "Per page", which gives you to choose how many products I want to see.
I need it not to appear on screen.
However, there is another drop-down menu to show by categories, and this one I do need to appear on screen. Do not remove both.
You could tell me how to do it. Thank you
Hi there,
Can you try this CSS?
.products-per-page {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thank you very much, it's all arranged.
A simple solution and yet I had not thought of it.
No problem :)