Quote Originally Posted by vivaraquel View Post
Thankyou, love the template. I don't want to change much just colors and that sort of thing.

I have also been trying to get rid of the To change any of the site colors etc... and I removed it from the language files leaving the '' and in between blank as I want my logo to go all the way across.

I included logo size in header.php so the height is correct but not the width and the text to the right is still there.

Is there any where else I need to change?

And where can I change the font color for the Home and Log In links right at the top?

Thanks again.
You have the answer to your question in your question:
Whenever you are searching for text to change, use the "tools", "developers tool kit" in your admin... it is your friend. No need to stay up late hours searching. Search for a portion of the text above, and it will tell you exactly where it lies (hint, it's in a language file).
Font color for Home and Login, you change in the stylesheet.css:

#navMain a {color:#ffffff} (put whatever color you want)