ivan.milic wrote: Have you tried to change that using template parameters (is one of predefined styles is selected then color parameters have no effect, to use this parameters you have to use "Custom Style" )
However you can change that manually by adding this at the bottom of template_css.css:
.column_left div.moduletable h3
{
color:#xxxxxx;
}
Hi
In administrator, if I change color, it do it for both, Left y Right Columns
But i only want Left
So I used code above
.column_left div.moduletable h3
{
color:#xxxxxx;
}
But it change only second Word
If Module TITLE has Two or more words, First Word is still white
How can I change both colors?
Thanks