• Resolved armandoarrastia

    (@armandoarrastia)


    Hi Tobias.

    I just made a donation, as your support has been outstanding! However, i have another question. On this page, https://142.4.6.252/~lexingu2/generalrental/inventory/, I want the color of the font in the fixed header to remain white after the table is scrolled and the header becomes fixed. If you look at it, you’ll see that the text is grey and therefore harder to read once the header becomes fixed atop the page. It would also be nice if I can change the color of the table header altogether.

    Thank you!

    Armando

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.
    And thanks for donating, I really appreciate it!

    To fix the header row text color, just add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th {
    	color: #ffffff;
    }

    Regards,
    Tobias

    Thread Starter armandoarrastia

    (@armandoarrastia)

    That worked, thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixed Header Font Color’ is closed to new replies.