To assist you in making color changes, I have separated all color attributes into separate CSS documents named styles_[color].css where [color] is actually the name of the different color variants.
The default color for this theme is green. To select a different color variant:
This theme uses PHP code in header.html that automatically pulls the site description that you have entered in Admin > Front page > Front page settings and places it directly below your site name at the top of the front page.
Here's the code in header.html that is responsible for this (highlighted in red; found on line 58):
<h1 class="headermain"><?php echo $heading ?><br /><span><?php echo $COURSE->summary //Retrieves Site Description from Front Page -> Front Page Settings ?></span></h1>
If you don't want to show a tagline, simply delete the code highlighted in red above from header.html and save.
If you want to show a tagline, BUT would prefer your tagline to be something other than your site description, you can manually enter your Tagline into header.html in the same sort of way.
For example, if I wanted to display my tagline - Standards Based Moodle Designs - I would edit the above code as follows:
<h1 class="headermain"><?php echo $heading ?><br /><span>Standards Based Moodle Designs</span></h1>
This theme is licensed under Moodle's GNU General Public License. Feel free to use it, share it and edit it as you see fit. All that I ask is that you give me credit for the work, and do not ever take credit for making it yourself.
Please enjoy the theme.