Support » Plugin: Mini twitter feed » [Plugin: Mini twitter feed] Can't change link color

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebDevDesigner

    (@webdevdesigner)

    HI,

    the plugin takes the color of your twitter feed on twitter by default. It is done with javascript. if you don’t want it to take this color just delete this lines on jquery.minitwitter.js: line 152:

    $( “.”+$(widget).attr(‘class’)+” .mt_text a”).css(‘color’, ‘#’+tweets[0].linkColor);
    hover ( “.”+$(widget).attr(‘class’)+” .mt_header a”, tweets[0].linkColor, “333” );
    hover ( “.”+$(widget).attr(‘class’)+” .mt_footer a”, tweets[0].linkColor, “999” );

    I hope I answered the question.

    Plugin Author WebDevDesigner

    (@webdevdesigner)

    I will probably delete it in the next update.

    Thread Starter Alx34

    (@alx34)

    It’s perfect ! Thank you so much !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Mini twitter feed] Can't change link color’ is closed to new replies.