- Posts: 26
- Thank you received: 0
Change color of the "main menu" module
-
freedom
Inactive member - Topic Author
- Member
Less
More
12 years 11 months ago #14135
by freedom
Change color of the "main menu" module was created by freedom
Hello again, i want to change color or add a picture of the "main menu" module. Ι want to change ONLY the first word of "HOT" of the " HOT ΚΑΤΗΓΟΡΙΕΣ" and make it red collor! Please see the picture! Please help!
Thanx!
Thanx!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14150
by ivan.milic
Replied by ivan.milic on topic Re: Change color of the "main menu" module
use:
.column_left .moduletable h3 span{
color:...
}
add it to template_css.css at bottom.
note that this will change color for every title in left column.
.column_left .moduletable h3 span{
color:...
}
add it to template_css.css at bottom.
note that this will change color for every title in left column.
Please Log in to join the conversation.
-
freedom
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
12 years 11 months ago #14167
by freedom
Replied by freedom on topic Re: Change color of the "main menu" module
In the left column i want to have at least two titles! my problem is that i want to change the color or add image of first word of one title only! not the others titles of the "main menu"!
The word that i want to change only is the "hot"! see the attachment picture!
Thanks!
The word that i want to change only is the "hot"! see the attachment picture!
Thanks!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6751
- Thank you received: 718
12 years 11 months ago #14182
by milos
Replied by milos on topic Re: Change color of the "main menu" module
Try this, if this module is the first:
Code:
.column_left div.moduletable:first-child h3 span {
color:...
}
Please Log in to join the conversation.
-
freedom
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
12 years 11 months ago #14202
by freedom
Replied by freedom on topic Re: Change color of the "main menu" module
the " .column_left div.moduletable:first-child h3 span {
color:...
} "
where i can find?
color:...
} "
where i can find?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14206
by ivan.milic
Replied by ivan.milic on topic Re: Change color of the "main menu" module
add it in template_css.css at the bottom
Please Log in to join the conversation.
Time to create page: 0.171 seconds