Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    Usually something like

    .tablepress td a {
      color: #ff0000;
    }

    should do the trick.

    If that does not work, please post the link to the page with the table, as the theme might then be adding its own styles for the links.

    Regards,
    Tobias

    Thread Starter 1info6

    (@1info6)

    Thank you for your answer, but link does not work. It is a web http://www.hclitvinov.com/soupiska-juniori and hypertext links, now light blue, yellow, move your mouse.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, then please extend the code to this:

    .tablepress td a{
      color: #303294 !important;
    }

    Additionally, there’s a small typo in your other CSS code: There’s an extra space between a . and the word tablepress a few lines higher than that code. You should remove that space.

    Regards,
    Tobias

    Thread Starter 1info6

    (@1info6)

    thank you very much, now it’s okay.:-)

    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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change the color of hyperlink in plugin TablePress’ is closed to new replies.