Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter PaulFishHawk

    (@paulfishhawk)

    Perfect, thank you.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Search Window’ is closed to new replies.