Change Twitter Widget Pro Title Text Color

This guide explains how to change the color of the title font on the Twitter Widget Pro WordPress Plugin. By default the plugin just uses the same text color as all the other titles on your site (and usually that looks bad against the blue twitter background.)

We recommend you change th font color to white. Here is how you do it:

  • Go to the backend of your WordPress site
  • Click on Plugins link (on the left side of the page)
  • Locate Twitter Widget Pro and click Edit
  • Find this line: $args[‘title’] = “Twitter: {$args[‘username’]}”;
  • Change that line to: $args[‘title’] = “<font color=’white’> Twitter: {$args[‘username’]} </font>”;
    • Or get a little creative and add some text like: $args[‘title’] = “<font color=’white’> Check out our FirstsearchBlue Twitter Feed</font>”;
  • Save your changes

That’s it! It’s a bit of a quick and dirty work around.. You could edit the CSS if you wanted to, but who wants to get into that…