added where to add custom CSS
This commit is contained in:
parent
2fc01c0a25
commit
3c7ffd437e
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
By default, Select2 doesn't hide any empty filter options. Instead, it makes them disabled which prevents clicking them. This works well when you only have a few filter options but for large filter options, it might be better to hide them instead.
|
By default, Select2 doesn't hide any empty filter options. Instead, it makes them disabled which prevents clicking them. This works well when you only have a few filter options but for large filter options, it might be better to hide them instead.
|
||||||
|
|
||||||
|
To hide the empty filter items, please add the CSS from below either in your child theme's stylesheet (`style.css`) or add them in `Divi` > `Theme Options` > `Custom CSS`.
|
||||||
|
|
||||||
### If you want to hide the disabled filter options globally, use [this CSS](hide-globally-style.css):
|
### If you want to hide the disabled filter options globally, use [this CSS](hide-globally-style.css):
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user