From 3c7ffd437e87eb0830b5c366a9401657070f9567 Mon Sep 17 00:00:00 2001 From: Pavak Paul Date: Tue, 25 Jul 2023 19:18:14 +0530 Subject: [PATCH] added where to add custom CSS --- hide-disabled-filter-options-for-select2/README.md | 2 ++ 1 file changed, 2 insertions(+) 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