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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This should be possible with some “Custom CSS” code (on the “Plugin Options” screen of TablePress) like

    .tablepress a {
      color: #ffffff !important;
    }
    
    .tablepress a:hover {
      color: #ff0000 !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘changing colour of links in table press’ is closed to new replies.