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

    (@mpntod)

    Does:

    p.rtw_main {
        font-size: 24px;
    }

    work for you?

    Thread Starter SteinCity

    (@steincity)

    where can i place this?

    Plugin Author Martin Tod

    (@mpntod)

    If you create a file called rotatingtweets.css and put it in your wp-content/uploads directory that should work.

    Alternatively, you can edit your template CSS file.

    Martin

    Thread Starter SteinCity

    (@steincity)

    Hello Martin,

    Its not working, only for the twitter widget in the footer

    Plugin Author Martin Tod

    (@mpntod)

    I’d missed that you had two. Try

    .slogan .rtw_main {
        font-size: 24px;
    }

    or

    .slogan .rotatingtweet .rtw_main {
        font-size: 24px;
    }

    Thread Starter SteinCity

    (@steincity)

    Yeah!! Cool tnx!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Size font’ is closed to new replies.