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

    (@tobiasbg)

    Hi Mike,

    thanks for your question.

    For hints on how to change the text color of the first row, please take a look at the question “How can I change the background color of the table head row?” in the TablePress FAQ at https://tablepress.org/faq/
    This explains how to change the background color of the cells, but changing the text color just means to switch from the “background-color” command to the “color” command in the CSS code.

    For the link color, similar code should work:

    .tablepress td a {
      color: #ffff00;
    }

    If it doesn’t, please post a link to the page with your table.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘First Row Text Color & Link Color’ is closed to new replies.