Where would I find the code for the different colors? Here is the reason I ask...I have a theme that I like, but I just want to change the colors on the fonts and bars etc.? I know that I need to do it in the style.css. (bear with me I am a virgin here, LOL) When I open up style.css in dreamweaver it shows the following examples:
body {
background: url("images/bg.gif");
background-color: #f2f5f7;
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size : 12px;
color: #000666;
margin: 0px;
So my question is where can I find out what the # is for each color so I can edit this? I hope that I am making sense. Thanks in advance!
http://www.somacon.com/p142.php (http://www.somacon.com/p142.php) google was my friend ;)
AWESOME!! DUH, I guess I should have googled. LOL Thanks so much!