Tagged: Product Grid, sort by, woocommerce
I am using Woocommerce features to display products in a website, but without any actual shop features. There’s no purchasing through the website. Where I use the product grid feature the “Sort by…” and “Display Number of Products Per Page” pull downs are being displayed. However I want to remove the “Sort by…” pull down and show only “Display Number of Products Per Page”. I can’t seem to figure out how to do that without removing everything. Is there a way to do that? Thanks!
Hey NicomIT!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sort-param-order, .sort-param-sort {
display: none;
}
Regards,
Yigit
That worked great. Thanks Yigit.