To manually change the blog name font color using the Producer Theme
1. Open file Producer/includes/styles/styles-logo-slogan.php
2. Navigate to <?php /* Start CSS Default */ ?> (If you are using a version of producer earlier than 2.1.9 you will not see <?php /* Start CSS Default */ ?>. In that case skip to step 3)
3. Find and change: #maincontainer .sitetitle .logo h1, #maincontainer .sitetitle .logo h1 a {color:#B50D04;text-transform:capitalize;font-size:1.9em;text-decoration:none;}
To change the font hover color find and change:
#maincontainer .sitetitle .logo h1 a:hover { color:#000000; }
Notice: You are editing a php file. If you create an error in the file it can possibly break the theme.

