Viewing 1 replies (of 1 total)
  • Plugin Author Martin Tod

    (@mpntod)

    Sure. Try something like:

    .rotatingtweet a:link {color:yellow;}      /* unvisited link */
    .rotatingtweet a:visited {color:red;}  /* visited link */
    .rotatingtweet a:hover {color:blue;}  /* mouse over link */
    .rotatingtweet a:active {color:black;}  /* selected link */

    in your CSS or in a rotatingtweets.css file in your /uploads/ directory.

    Not that I would recommend these particular colours!

Viewing 1 replies (of 1 total)
  • The topic ‘Can I change the link colors of the plugin ?’ is closed to new replies.