Freddy1234 wrote:Hello
Is this something you need to do from a CSS
or do the template have any easy way changing what main text color us used?
Hi,
it depends on what you mean by "main text color".
The main theme colors (red & green by default) can be changed in the admin section. The main body text color (paragraph texts, etc, which are light grey by default) can be changed by adding a single css definition into the custom head styles panel in your administration, for example:
body {
color: #666;
}
Just put your color of choice if this is what you are after.
All other colored elements (like solid black links, etc) can be only changed if redefined manually (either in custom head styles or in the css files).
Regards