color code for links

  • Unknown's avatar

    It really seems like this would be easy to find, but I’m not finding it.

    I’m using the Suburbia theme. I like it. I just added the Twitter widget. I like that. But. The links on the Twitter feed are a different color than the theme. I don’t like that.

    It appears I can change the link color in the widget. But how do I find out what the stock link color hex code is? Seems like that would be included on a theme info page somewhere or somewhere in the dashboard, but for the life of me, I can’t find it.

    Can someone point me in the right direction? Please and thank you.

    The blog I need help with is: (visible only to logged in users)

  • You can use a browser add on like ColorZilla (for Chrome, for Firefox) to identify the color of elements on the screen.

    Try this CSS to change the links and hashtag color on twitter widget:

    .twitter-timeline .tco-display, .twitter-timeline .hashtag {
        color: #835504;
    }
  • Unknown's avatar

    I haven’t upgraded, so I don’t think tweaking with the CSS is possible, but I did paste the color code you provided into the WordPress widget and !bam! there it is-same color as the rest of the links.

    Thanks!

  • The topic ‘color code for links’ is closed to new replies.