Hi Richard.
With oceanblue theme. Changes to be made to moodle\theme\oceanblue\styles_color.css file. Add the following CSS declaration at the end of that CSS file.
To change to white font color of site name (on site home page) only:
#site-index h1.headermain {color:#FFFFFF;}
To change to white font color of site name and of all course names:
h1.headermain {color:#FFFFFF;}
Note.- Please note that there is an error in the styles_color.css file of current distributions of the oceanblue theme. Moodle 1.6 towards line 770 and Moodle 1.7 towards line 800, there is a missing closing brace } as shown below:
#mod-resource-view table {
background-color: #FFFFFF;
.ims-nav-dimmed {
color: #AAAAAA;
text-decoration: none;
}
Joseph