 | Quote: |  | | |  |
Originally Posted by Rodney |  | | | | | | | | | Can you show us what part it is asking you to edit. We can probably help you if we see an example. | |  | |  | |
Here are the instructions and the code for the color selection I want to use. I'm not sure where I'm supposed to make the changes in order to select the color.
/***************** S P E C T R U M C O L O R S ******************************
/ You can quickly change the colors of your theme by uncommenting one of these
/ versions. You should NOT comment out the code above this line.
*/
/*
*=SUNBIRD
*/
/*#header { background: #900; }
#header h1 {text-shadow: none;}
#subtitle { color: #f66;}
#search, #footer { background: #c30; color: #fff;}
#sbar { background: #cc9;}
#product h2 { color: #630; }
#sbar .vlink-list a {
color: #333;
border-bottom: 1px solid #fff;
}
#sbar .vlink-list a:hover {
color: #000;
background: #ffc;
border-bottom: 1px solid #966;
}
.buttons li a:hover {
color: #930;
background: #f96;
border: 1px solid #c30;
}*/
Thanks for taking a look at this.