diff --git a/hide-disabled-filter-options-for-select2/README.md b/hide-disabled-filter-options-for-select2/README.md index fbf5474..cfe50c4 100644 --- a/hide-disabled-filter-options-for-select2/README.md +++ b/hide-disabled-filter-options-for-select2/README.md @@ -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. +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): ```css