Hi,
thanks for your question.
The search field can not be removed by unchecking the corresponding checkbox, as that would turn off the actual search code. You can however hide the field with some CSS code. Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
#tablepress-123_filter {
display: none;
}
The 123 is the table ID, so please adjust that accordingly.
Regards,
Tobias
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!