How to remove the filter input? #2250
Answered
by
neSpecc
vigneshksaithal
asked this question in
Q&A
-
I want to remove the filter search input, but couldn't do it using config options. so how can remove it? |
Beta Was this translation helpful? Give feedback.
Answered by
neSpecc
Jan 25, 2023
Replies: 1 comment 2 replies
-
Why do you want to remove it? Anyway, you can do it by CSS override: .ce-toolbox .cdx-search-field {
display: none;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vigneshksaithal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why do you want to remove it?
Anyway, you can do it by CSS override: