Forums

[resolved] Link text color in wp-table reloaded? (3 posts)

  1. Marbys88
    Member
    Posted 1 year ago #

    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

  2. Mark / t31os
    Moderator
    Posted 1 year ago #

    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; }
  3. Marbys88
    Member
    Posted 1 year ago #

    Thanks Mark, the last one worked (:

Topic Closed

This topic has been closed to new replies.

About this Topic