hi guys! i just downloaded this new blogger template a week ago. The design is very professional and i really liked it but the problem is i can't change the colors of the fonts in the template. Maybe someone could help me with my simple problem. tnx! I'll wait for your reply... this is my site..maybe you can check the template out! http://musikmaniacs.blogspot.com
Your title should be wrapped with CSS id or class tags. Find those values in your CSS file, and change for your desired color.
To change the color of your headiing you need to declare the styles in your css file like this: h1 {color:CCCCCC;} To change the paragraph font color, you need to do something like this: p {color:CCCCCC;} To change link color: a {color:CCCCCC;}