• Resolved olroyrecords

    (@olroyrecords)


    Hey there, just started using the plugin and it functions great. I was able to hide the “on Twitter” which I wanted to do but I still cannot find how to change the link colors within the tweets from the default white… Ive tried changing everything in

    .juiz_last_tweet_tweetos { }
    .juiz_last_tweet_hastag { }
    .juiz_last_tweet_url { }

    to color: #000000 but it stays white… Is this the wrong place??

    Also by default is there supposed to be a twitter bird?? There is not on my widget…

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • SandraKok

    (@sandrakok)

    Version 1.1.4 still had the twitter bird showing. When updating the plugin, the bird disappears. So have returned to the old version.

    Please let me know if this issue has resolved in the updates. Thx.

    Plugin Author Geoffrey

    (@creativejuiz)

    Hi,

    Maybe an error in this file during download of the archive.
    Retry by downloading it, I have not the problem.

    If the problem persists, thank you for giving me a link of consultation so I can see the problem online, or at least let the plugin online by temporarily disabling it. (so I can see the image file)

    Plugin Author Geoffrey

    (@creativejuiz)

    Hi olroyrecords,

    Try with weighter selectors :

    a.juiz_last_tweet_tweetos { }
    a.juiz_last_tweet_hastag { }
    a.juiz_last_tweet_url { }

    or

    #content a.juiz_last_tweet_tweetos { }
    #content a.juiz_last_tweet_hastag { }
    #content a.juiz_last_tweet_url { }

    if #content exists on your DOM.

    Adding ID ou element selector will add weight to your selectors, so they will overwrite previous styles.

    Good luck.

    Plugin Author Geoffrey

    (@creativejuiz)

    Hope this problem is solved.
    Marked as resolved.
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twitter bird doesnt appear and I can't change link color…’ is closed to new replies.