Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Please send us a link to the page where we can see the product filter on your site, so we can check if that would be possible.

    Thread Starter jope00

    (@jope00)

    Sorry guys, here it is. https://new.achcollection.com/shop/

    Plugin Author themifyme

    (@themifyme)

    You can have the first Category open by default by adding the below CSS to wp-admin > Appearance => Customize > Additional CSS, but the down-side of this modification is that you won’t be able to close it, because it requires !important on the block display to open it, so it will override the collapse’s default styling:

    .wpf_item_wpf_cat .wpf_items_group {
    display: block !important;
    }

    Please let me know how it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Collapse toggle group automatically’ is closed to new replies.