• Resolved Marbys88

    (@marbys88)


    Hi everyone,

    i have been searching the forum and web for an hour now, but i cant seem to find a solution to my problem.

    My website page

    The column called called “k?b nu” or just column 5, have hyperlinks that are white, on white background? How can i make them another color?

    Thanks in advance,

    // Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to the bottom of your theme’s stylesheet..

    table.wp-table-reloaded td a { color: #3d3d3d; }

    If that doesn’t work, update it to..

    table.wp-table-reloaded td a { color: #3d3d3d!important; }

    Thread Starter Marbys88

    (@marbys88)

    Thanks Mark, the last one worked (:

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link text color in wp-table reloaded?’ is closed to new replies.