Tagged: woo commerce
hi, in my woo commerce store im having only two products so i want to get rid of the sorting options.
now ive tried everything to disactivate this but its not having any effects.
Is there a problem with woo commerce and enfold? are they conflicting?
best regards, jeel2008
Hey jelle,
Add this to quick css:
.product-sorting{
display:none!important;
}
Best regards,
Jordan Shannon
hi jordan,
in the meantime i contacted the maker of the woo commerce plugin and he gave me this answer/solution:
it’s because Enfold overrides the templates and changes the files so that’s why WooCustomizer is not working on that.
Add the following custom CSS to Customize -> Additional CSS and that should remove it for you:
body.woocommerce .product-sorting {
display: none;
}
so appearantly theres more ways to hide the sorting stuff.
thanks anyway for you help.
best regards, jelle
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
hello jordan, you can close this one!
thanks