Title: Table Header Text Color
Last modified: August 20, 2016

---

# Table Header Text Color

 *  Resolved [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/table-header-text-color/)
 * Hi,
 * I want to change the text on one table in the header text color.
 * Tried this but nothing happend. The color now are black and i need white.
 *     ```
       .tablepress-id-N tbody td {
       	font-family: Tahoma;
       	font-size: 14px;
       	color: #ff0000;
       }
       ```
   
 * Thanks.
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/table-header-text-color/#post-3462607)
 * Hi Niklas,
 * the code you have tried there targets the table body cells, and not the header
   cells.
    I assume that this is for the table on [http://www.bettools.se/asian-handikapp/](http://www.bettools.se/asian-handikapp/)?
 * In that case, please try the CSS:
 *     ```
       .tablepress-id-11 thead th {
         color: #ffffff;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Granit](https://wordpress.org/support/users/granit/)
 * (@granit)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/table-header-text-color/#post-3462612)
 * Worked like a charm.
 * Thank very much.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/table-header-text-color/#post-3462615)
 * Hi,
 * great to hear that! Thanks for the confirmation!
 * 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 ‘Table Header Text Color’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/table-header-text-color/#post-3462615)
 * Status: resolved