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

    (@mpntod)

    You need to add something like:

    div.rotatingtweet, div.rotatingtweet a {
        color:red
    }

    to your CSS.

    You can do this by editing your theme CSS file, or by adding a file called rotatingtweets.css which includes the code above in your wp-content/uploads/ directory.

    Thread Starter imellor

    (@imellor)

    Thank you, didn’t appear to work.
    I added rotatingtweets.css containing the code to wp-content/uploads/

    Ian

    Plugin Author Martin Tod

    (@mpntod)

    Try:

    .rotatingtweet, .rotatingtweet a {
        color:red
    }

    If that doesn’t work, it’s possible that you have some a more specific CSS selector overriding the .rotatingtweet selector.

    Generally, it’s only possible to check this by looking at the site. Can you send me the link?

    Plugin Author Martin Tod

    (@mpntod)

    What about:

    .rotatingtweet p.rtw_main {
       color: red;
    }

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Font colour’ is closed to new replies.