Hello stabilo.
Open up your index.php file for the template. Look for the lines around 164 that look like this.
| Code: |
<li><a href="#" rel="green" id="colorGreen" class="styleswitch" title="Green Theme">Switch to green color scheme</a></li>
|
There will be one line per color.
Pick the color you do not want, and add <!--- before it and ---> after it.
It should look like this.
| Code: |
<!--- <li><a href="#" rel="green" id="colorGreen" class="styleswitch" title="Green Theme">Switch to green color scheme</a></li> --->
|
In this example I removed green.
(I never hurts to create a backup of that file before you make any edits like this.)