Remove Average Rating from Filters
-
Hi,
We haven’t activated ratings in our eshop.
How can we remove the sort by average rating from the filters?
Hello,
Do you mean to filters? They appear by default.
Please add this code to the Theme Settings > Custom CSS > Global:
#BASEL_Widget_Sorting{
display:none;
}
#BASEL_Widget_Price_Filter{
display:none;
}
Best Regards
Yes I mean in the filters but we only need to remove the rating from the “sort by”, the rest of the filter options in sort by are ok
Hello,
In this case, use only this custom CSS:
#BASEL_Widget_Sorting{
display:none;
}
Best Regards
Hi again, we want the sorting widget, we don’t want the rating sorting in it.
Let me explain. We don’t want to hide the Sort by filter, we want to hide the option to set the filter by Average Rating, because we don’t use ratings on the eshop.
Hello,
Unfortunately, there is no option to hide average sorting. You can replace this price filter with the default Woocoomerce slider filter.
Best Regards
It is not the price filter which we’re talking about, it’s the sorting filter
Hello,
It is not possible to remove one item from the sorting. The filter can be removed in a whole.
Best Regards