New Landing How can we help? Atelier How to disable the sorting functions in shop archives?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #274912
    stiffler3000
    Member
    Post count: 68

    Hi,

    I searched woocommerce and swift settings on how to disable this sorting-bar:
    http://cl.ly/200I2M2B352r

    Did I overlook it or could you give me a hint how to do it with CSS?

    Thank you!

    Best,
    Stefan

    #274920
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce-ordering{
    display:none !important;
    }

    Thanks
    Mohammad

    #274924
    stiffler3000
    Member
    Post count: 68

    Hi,

    thank you for your fast reply!

    I am sorry I was not clear. I meant the whole bar including “24/48/all” and the selection of the different sorting styles (list, small, big) and the text in this bar.

    Thank you!
    Stefan

    #274926
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woo-aux-options-wrap {
      display: none;
    }

    – Kyle

    #274933
    stiffler3000
    Member
    Post count: 68

    Works perfect, thank you!

    Kind regards,
    Stefan

    #274938
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register