Viewing 7 replies - 1 through 7 (of 7 total)
  • Please add this code in “Custom CSS”:
    .tablepress th {
    text-shadow: none;
    }

    Sorry, I forget your request. About change the font color, please add:
    .tablepress th {
    text-shadow: none;
    color: blue;
    }

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is caused by the regular font color and text shadow that your theme uses. To change this in the table header, just extend your “Custom CSS” in TablePress to

    .tablepress thead th,
    .tablepress tfoot th {
      background-color: #ed9337;
      color: #0000ff;
      text-shadow: none;
    }

    Regards,
    Tobias

    Thread Starter alistairgd

    (@alistairgd)

    Thank you both for the reply and thank you Tobias for an excellent plugin and your continuing support.

    Plugin Author TobiasBg

    (@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!

    Thread Starter alistairgd

    (@alistairgd)

    Done ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks, I really appreciate it!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS for changing column title text?’ is closed to new replies.