New Landing How can we help? Atelier Remove Shop Filters

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #304058
    AKMSLLC
    Member
    Post count: 8

    Hello,
    I would like to remove the shop filter completely. I have tried the different codes you’ve posted else where but they did not work.

    Thanks!!!

    #304228
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .shop-layout-opts {
       display:none;
    }

    Hope it helps.

    -Rui

    #304265
    AKMSLLC
    Member
    Post count: 8

    Thanks for the response. I have added the code but I am still seeing the filter on our site. I would like to remove it completely.

    Many Thanks!!!

    Attachments:
    You must be logged in to view attached files.
    #304281
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    If you meant that one use this code.

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

    -Rui

    #304296
    AKMSLLC
    Member
    Post count: 8

    Thank you Rui, that did the trick!

    #304298
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nice, Glad it’s sorted.

    -Rui

    #327301
    lauries
    Member
    Post count: 63

    How can I remove all the shop page filters except for the sorting filter? Thank you.

    #327345
    David Martin – Support
    Moderator
    Post count: 20834

    By sorting filter do you mean the “+ Filter” link to trigger the widget dropdown, or the layout filter (Standard/List/Grid)?

    #327444
    lauries
    Member
    Post count: 63

    Actually I mean the sorting on the right – ‘Sort by newness’, etc. Thanks!

    #327446
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, you will want:

    a.sf-mobile-shop-filters-link,
    .shop-layout-opts,
    .woocommerce-count-wrap {
      display: none !important;
    }
    #327490
    lauries
    Member
    Post count: 63

    This worked great – thanks!

    #327508
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out! If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

    Thanks,
    David

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

You must be logged in to reply to this topic.