- Posts: 24
- Thank you received: 0
How to change title color in left column
-
tenoch
Inactive member - Topic Author
- Member
Less
More
13 years 6 months ago #9207
by tenoch
How to change title color in left column was created 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9226
by ivan.milic
Replied by ivan.milic on topic Re: How to change title color in left column
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;
}
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
Less
More
- Posts: 24
- Thank you received: 0
13 years 6 months ago #9242
by tenoch
Replied by tenoch on topic Re: How to change title color in left column
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
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
Less
More
- Posts: 24
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #9264
by tenoch
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
Replied by tenoch on topic Re: How to change title color in left column
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9275
by ivan.milic
Replied by ivan.milic on topic Re: How to change title color in left column
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.
.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.
Time to create page: 0.186 seconds