Thank you for all the help – the code worked
That will remove all the sorting options, I need to remove select sorting options
When I was using Replete, Woocommerce assisted me with the following css code to remove the price sort option:
.product-sorting ul.sort-param li:nth-child(3) {
display: none;
}
Now that I have switched to Enfold, I need to remove “popularity”
I was able to do it the way you mentioned above, but I wanted to see if it could be done like it is in Replete
Replete allows you to insert product categories into the menu