Forums

WP-jTweets
How to style (1 post)

  1. areimann
    Member
    Posted 7 months ago #

    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/

Reply

You must log in to post.

About this Plugin

About this Topic

Tags