****ADULT CONTENT WARNING***
Is there CSS code or something to change the options for the “Default Sorting” Dropdown for each Product page? I was going to add code to the functions.php file, but not sure how that would work when I do an update.
Let me know, thanks!!
And I also really needed you help on this question:
How can I remove woocommerce “pagination”, so that it just shows all the products, with no next page.
Thank you so much!
Hi,
Please see this thread to remove some of the filter options.
Best regards,
Mike
1. I tried adding the code to the CSS, but nothing changed. Is there something I am missing?
2. Can you get me code for the first question about removing the “pagination” and just showing all the products on the page?
thanks
Hi,
Try adding the code to the end of your child theme functions.php file in Appearance ▸ Editor, it is not CSS
Best regards,
Mike
I don’t have Child theme installed. Can I add to the Custom CSS plugin? Or what options do I have to make this easier?
(see attached)
Hi,
The code is not CSS, it is PHP. If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
and ensure that it is activated, then add the code and save.
Best regards,
Mike
Thank you!!!!!