# Neuer Filter (Shopware 5.3) - wie Filter-Optionen dauerhaft aufgeklappt?

**URL:** https://forum.shopware.com/t/neuer-filter-shopware-5-3-wie-filter-optionen-dauerhaft-aufgeklappt/47674
**Category:** Themes & Design
**Created:** [19. August 2017 um 08:39 UTC](https://forum.shopware.com/t/neuer-filter-shopware-5-3-wie-filter-optionen-dauerhaft-aufgeklappt/47674 "2017-08-19T08:39:46Z")
**Posts on this page:** 1
**Page:** 2

<div class="post-metadata">

### Author: ![R4M](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/r4m/32/9983_2.png) [@R4M](https://forum.shopware.com/u/R4M)
#### Post date: [26. August 2020 um 14:07 UTC](https://forum.shopware.com/t/neuer-filter-shopware-5-3-wie-filter-optionen-dauerhaft-aufgeklappt/47674/21 "2020-08-26T14:07:03Z")

</div>

Der Beitrag hier ist 3 Jahre alt. Wenn die Filter in der Sidebar stehen, dann sind sie schon geöffnet. Stehen sie im Kategorielisting, dann könnte man dies mit CSS ganz schnell lösen. DIV mit CSS-Klasse „filter–facet-container“ auf „display: block !important“ setzen. Kann man auch in der Theme Konfiguration bei „weitere css Datein“ eintragen:

```
div.filter--facet-container { display: block !important; }

```

&nbsp;

[Vorherige Seite](https://forum.shopware.com/t/neuer-filter-shopware-5-3-wie-filter-optionen-dauerhaft-aufgeklappt/47674.md?page=1)
