added where to add custom CSS

This commit is contained in:
Pavak Paul 2023-07-25 19:18:14 +05:30
parent 2fc01c0a25
commit 3c7ffd437e

View File

@ -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