Hello,
I would like to remove the sort by drop down menu from Woocommerce.
It is possible?
Thank you!
Hey Santos Ramos,
Please try the following in Quick CSS under Enfold->General Styling:
.product-sorting {
display:none !important;
}
Best regards,
Rikard
Thank you Rikard!
The code works!