How to sort Attributes values by ascending in filter area?
-
How to sort Attributes values by ascending in filter area?
There is not much from what to choose at the moment I use default sort order Name (numeric) but none of sort order does not give me right result.
https://i.imgur.com/vXWAJX4.png
https://i.imgur.com/lynDTYD.png
And where turn off text caption for filter names?
Hello,
The attribute sorting is Woocommerce functionality and our theme does not influence, try to search for a plugin or you will need to customize.
Enter the filter widget and switch off the showing of the labels http://prntscr.com/o41nt6 in Appearance > Widgets
Best Regards
When I turn Show labels: OFF it just hides results and no effect to capital letters .
https://i.imgur.com/Lk8SOZR.png
Regards Tomas
Hello,
Please have a look at the screen http://prntscr.com/o60tcu
If you want to make the title lowercase add this code to the Theme Settings > Custom CSS > Global
body .widget-title, .widgettitle {
text-transform: none;
}
Best Regards