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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You’ll indeed just need some basic CSS for that, which you’ll have to paste into the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-2 a,
    .tablepress-id-123 .column-3 a
    .tablepress-id-123 .column-4 a
    .tablepress-id-123 .column-5 a
    .tablepress-id-123 .column-6 a {
      color: #000000;
      text-decoration: none;
    }

    (just change the table ID from 123 as necessary).

    This code should change the text color of links to black and remove the underline effect.

    Regards,
    Tobias

    Thread Starter geno1031k

    (@geno1031k)

    .tablepress-id-123 .column-2 a,
    .tablepress-id-123 .column-3 a,
    .tablepress-id-123 .column-4 a,
    .tablepress-id-123 .column-5 a,
    .tablepress-id-123 .column-6 a {
    color: #000000;
    text-decoration: none;
    }

    Worked perfectly! No trouble at all. I’m sure I would’ve been able to figure it out if I knew anything about coding.

    Thanks for the fast response,
    Geno

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing hyperlink text so its not highlighted’ is closed to new replies.