So my sidebar link have a color of #aaa, but when I search the stylesheet for #aaa I can't find anything pertaining to any of the sidebars. I only locate #aaa 3 times. I was looking through the other .php files and only in the stylsheet.css do I see where colors are being declared. I think I'm missing something and I bet someone here knows right away, but thank you for even reading this far, much appreciated. http://www.totalcomputerrepair.com Travis
The CSS file you need to change is here: http://www.totalcomputerrepair.com/wp-content/themes/tech9-317/style.css Search the file for a{color:#aaa;text-decoration:none;} Then, I would reformat the entire CSS file so that the separate classes and ids are on different lines. That is one ugly CSS file!