Title: Fixed Header text changes color
Last modified: February 18, 2017

---

# Fixed Header text changes color

 *  Resolved [macaw9](https://wordpress.org/support/users/macaw9/)
 * (@macaw9)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/fixed-header-text-changes-color/)
 * Hi Tobias,
 * TablePress has really been working great, and I’ve built over 200 tables for 
   our site. I just donated/downloaded/installed the Fixed Header add-on, and it’s
   working, with one small problem:
 * [http://www.seahawkslegends.com/seahawks-legends-all-time-roster/](http://www.seahawkslegends.com/seahawks-legends-all-time-roster/)
 * When the table header reaches its fixed point, the white text color is now black,
   and is also this way with the scroll-over text as well.
 * I imagine there’s a css fix for this to maintain the white text?
 * This table is a work in progress, and won’t be finished for several months.
 * Thanks!

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/fixed-header-text-changes-color/#post-8820706)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Indeed, it should be sufficient to set that color with some “Custom CSS”:
 *     ```
       .tablepress thead th {
         color: #ffffff;
       }
       ```
   
 * Additionally, it seems that there’s some interference by the “Smartcats Our Team”
   plugin. That is loading another copy of the DataTables JS library.
    Does that
   plugin maybe have a setting so that it does not apply to TablePress tables?
 * Regards,
    Tobias
 *  Thread Starter [macaw9](https://wordpress.org/support/users/macaw9/)
 * (@macaw9)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/fixed-header-text-changes-color/#post-8820958)
 * Perfect fix! I’ll check the Our Team plugin to make sure there’s no JS interference.
   Thanks again!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/fixed-header-text-changes-color/#post-8821925)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘Fixed Header text changes 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: [9 years, 2 months ago](https://wordpress.org/support/topic/fixed-header-text-changes-color/#post-8821925)
 * Status: resolved