Home Forums WoodMart support forum How to sort Attributes values by ascending in filter area?

How to sort Attributes values by ascending in filter area?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #129222

    Bance
    Participant

    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

    #129243

    Bance
    Participant

    And where turn off text caption for filter names?

    #129320

    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

    #129839

    Bance
    Participant

    When I turn Show labels: OFF it just hides results and no effect to capital letters .
    https://i.imgur.com/Lk8SOZR.png
    Regards Tomas

    #129866

    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

Viewing 5 posts - 1 through 5 (of 5 total)