• Resolved lyric876

    (@lyric876)


    Hello. I love the widget! However, I am having a problem changing the color of the hashtag and retweet links. I have read the documentation and I still can’t figure out how to change the color of the links. I want to keep the widget as the default, but with different link colors. I am a novice, so I would appreciate any help. Thank you.

    http://wordpress.org/extend/plugins/juiz-last-tweet-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Geoffrey

    (@creativejuiz)

    Hi,

    When you see source code generated by the plugin (firebug for firefox could help you), you can find some differents classes :
    .juiz_last_tweet_hastag for hastag
    .juiz_last_tweet_tweetos for Twitter user
    etc.

    Those classes are listed in the documentation file.
    You can add some rules in your own CSS file (style.css in your theme folder) or in the text area in your widget area. Examples :

    .juiz_last_tweet_hastag { color: #006699; }
    .juiz_last_tweet_tweetos { color: #660099; }

    Tell me if it’s clear or not 🙂
    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Juiz Last Tweet Widget] Hashtag and retweet link colors’ is closed to new replies.