Home Forums Basel support forum Shop Page Filter – possible to expand by default

Shop Page Filter – possible to expand by default

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2576

    tmoods
    Participant

    Hi there,

    Re the filter that displays above the products on the shop page, is it possible to have this expanded by default (instead of having to click on the plus icon)?

    #2578

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    Yes, it is possible to show filters statically. Try to add the following code snippet to your Custom CSS section in Theme Settings

    .filters-area {
       display:block;
    }
    .shop-loop-head .basel-filter-buttons .open-filters {
       display: none;
    }

    Regards

    #2580

    tmoods
    Participant

    Works a dream, thanks a lot.

    #2585

    Artem Temos
    Keymaster

    Great, you are welcome 🙂

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

The topic ‘Shop Page Filter – possible to expand by default’ is closed to new replies.