Title: Table &#8220;FIND&#8221; text
Last modified: May 17, 2020

---

# Table “FIND” text

 *  Resolved [Mahfuz](https://wordpress.org/support/users/osymli/)
 * (@osymli)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/)
 * Hello, The place that says “find” at the top of the tables I use on my site is
   not obvious. How can I solve this?
 * It looks like this. [https://hizliresim.com/L2pB50](https://hizliresim.com/L2pB50)
 * also the post here is not visible [https://hizliresim.com/JsYO34](https://hizliresim.com/JsYO34)
    -  This topic was modified 6 years ago by [Mahfuz](https://wordpress.org/support/users/osymli/).

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12848611)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [Mahfuz](https://wordpress.org/support/users/osymli/)
 * (@osymli)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12849272)
 * Hello, this is the sample page. I have many similar paintings. thank you very
   much for your help
 * [https://www.osymli.com/guncel/anestezi-onlisans-2018-taban-puanlari-ve-basari-siralamalari.html](https://www.osymli.com/guncel/anestezi-onlisans-2018-taban-puanlari-ve-basari-siralamalari.html)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12851000)
 * Hi,
 * thanks for the link!
 * You could add a border line to these input fields. For that, add this to the “
   Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .dataTables_wrapper label input, .dataTables_wrapper label select {
           border: 1px solid #cccccc;
       }
       ```
   
 * For the second problem: This is caused by how you added the white font color 
   in the header cells. Please do NOT use
 *     ```
       <span style="color: #ffffff;">...</span>
       ```
   
 * there, but only write the normal text. Instead, add this “Custom CSS”:
 *     ```
       .tablepress thead th {
         color: #ffffff;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Mahfuz](https://wordpress.org/support/users/osymli/)
 * (@osymli)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12853218)
 * I did but it didn’t. These codes are in the CSS section. I don’t have much technical
   knowledge. I’m sorry to bother you too.
 * .tablepress thead th,
    .tablepress tfoot th { background-color: #FFD700; }
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width:768px){
 *  .tablepress th,
    .tablepress td { font-size: 10px; }
 * }
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width:768px){
 *  .tablepress-id-123 img {
    width: 100px; }
 * }
 * .dataTables_wrapper label input,
    .dataTables_wrapper label select { border: 
   1px solid #cccccc; }
 * .tablepress thead th {
    color: #006600; }
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12853340)
 * Hi,
 * I still see the
 *     ```
       <span style="color: #ffffff;">...</span>
       ```
   
 * in the table header cells of that table… Please remove all that HTML.
 * Regards,
    Tobias
 *  Thread Starter [Mahfuz](https://wordpress.org/support/users/osymli/)
 * (@osymli)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12853949)
 * I don’t know how. I wouldn’t want to bother you any more. Thank you so much.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12854406)
 * Hi,
 * this is in your table, in the first row 🙂 Just remove the code and only leave
   the normal text 🙂
 * Regards,
    Tobias

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

The topic ‘Table “FIND” text’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/table-find-text/#post-12854406)
 * Status: resolved