I have looked at the css files and also the template manager. I do not understand where or how I can change the font color of the text logo. I am trying to change the ‘default’ color scheme logo text color from the reddish/orange color. Can anyone help?
I have loaded the quick start version so you can see the color I am referring to in the demo. The default version is predominately a dark blue and the logo text comes out a reddish orange color with a white slogan text below.
many thanks.
also i tried this that i found in another post:
div.logo-text h1 a {
text-decoration:none;
font-color:#mycolor;
}