• Resolved macaw9

    (@macaw9)


    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:

    https://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

    (@tobiasbg)

    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

    (@macaw9)

    Perfect fix! I’ll check the Our Team plugin to make sure there’s no JS interference. Thanks again!

    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 ‘Fixed Header text changes color’ is closed to new replies.