How to change title color in left column

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 6 months ago #9207 by tenoch
Hi

The title of the modules in left column are white
how can i change it to another color?


Thanks a lot
Regards

Please Log in to join the conversation.

More
13 years 6 months ago #9226 by ivan.milic
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;
}
The following user(s) said Thank You: tenoch

Please Log in to join the conversation.

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 6 months ago #9242 by tenoch
jeje
thanks a lot
I was trying to modofy css code before, but did not see it was so easy this part in administration

Thanks
Regards

Please Log in to join the conversation.

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 6 months ago - 13 years 6 months ago #9264 by tenoch

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
Last edit: 13 years 6 months ago by tenoch.

Please Log in to join the conversation.

More
13 years 6 months ago #9275 by ivan.milic
Ok you this:

.column_left div.moduletable h3,.column_left div.moduletable h3 span
{
color:#xxxxxx;
}



column_left div.moduletable h3 span this first word , and column_left div.moduletable h3 hits the rest.

Please Log in to join the conversation.

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 6 months ago #9280 by tenoch
Thanks
It worked perfectly

Please Log in to join the conversation.

Time to create page: 0.186 seconds
Powered by Kunena Forum