• ResolvedPlugin Author Aaron Reimann

    (@areimann)


    You can overwrite the default settings that this plugin has by modifying your theme’s style.css. The default styles are:

    #jtweets-feed { position:relative; }
    #jtweets-feed li { position:absolute; left:0; top:0; }
    #jtweets-feed span { font-size: 10px; }

    I *highly* recommend leaving everything that is position related alone. One way you might want to style it is like this:

    #jtweets-feed { position:relative; }
    #jtweets-feed li { position:absolute; left:0; top:0;
      color: #aaaaff; font-size: 14px;
    }
    #jtweets-feed span { color: #aaaaaa; font-size: 12px; }

    Or something like that. I’m thinking about adding the style options in a admin config page.

    http://wordpress.org/extend/plugins/wp-jtweets/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-jTweets] How to style’ is closed to new replies.