I am trying to change the default color here: I want it to be black or red, something other than blue. How can I do this?
You have to find where the settings are in the themes CSS file and make the change there. That's pretty much it.
1. Open a HEX color generator in your web browser 2. Open up your CSS stylesheet 3. Do a "find" for "#" 4. Keep changing colors and refreshing your website until you find the code for that particular color It is time consuming, but knowing your code will always help as a webmaster. **Save your style sheet before you mess with it!