• Hi,

    I have installed WP-Table Reloaded and I am generally happy with it.

    However, I do not know how to get the colour of the links changed. I do not want them to be blue.

    Now I know where to add a specific CSS in the options page of the plugin, but I do not know the code for the command to change the link colour.

    Can anyone help please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ellen_l,

    In order to change the text color of your links you can use the following code:

    .wp-table-reloaded a { color: #theColorYouWantToUse; }

    You just have to be careful that another style doesn’t take precedence. Providing the link to the site might be helpful if you’re still having trouble.

    Thread Starter ellen_l

    (@ellen_l)

    great, thanks so much :)))

    Thread Starter ellen_l

    (@ellen_l)

    It works!!! Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-Table Reloaded – how to change link colour?’ is closed to new replies.