• Resolved jbg501

    (@jbg501)


    Hi,

    I have tried to find the answer to this but so far no luck. I am trying to change the colour of hyperlinks in the table. The default colour is a light blue but it is not easy to see. How do I change the colour of the hyperlink?

    Please help! I am quite new to CSS.

    Many thanks,

    Jasper

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Something like this should work:

    .tablepress td a {
      color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter jbg501

    (@jbg501)

    Many thanks Tobias -that has worked. A great plugin.

    Jasper

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Colour hyperlink in table’ is closed to new replies.