Do I just go into the existing style sheet and change the color code and then go back to the CSS stylesheet editor and hit "Save changes"?
Also, where can I find a list of what codes=what colors?
Thanks!
Here is an example of my style sheet
#navigation ul li a {
border: #dedede 1px solid;
border-bottom:none;
padding: 2px 10px;
display: block;
font-weight:bold;
color:#666;
text-decoration: none;
background:#ededed;
}
would I just substitute 666 with something else?
The blog I need help with is scenthive.wordpress.com.