- Posts: 12
- Thank you received: 0
Logo alignment
-
JediK
Inactive member - Topic Author
- New Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34674
by ivan.milic
Replied by ivan.milic on topic Logo alignment
Maybe you could make use of: Link CSS Style parameter in menu item settings.
Set " highlight" <- note first character is blank char. Then in css set some class with properties for highlight look:
.highlight{
background: orange;
...
}
you can put that at bottom of template_css.css
Set " highlight" <- note first character is blank char. Then in css set some class with properties for highlight look:
.highlight{
background: orange;
...
}
you can put that at bottom of template_css.css
Please Log in to join the conversation.
-
JediK
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 4 weeks ago #34811
by JediK
Replied by JediK on topic Logo alignment
I think I'm doing something wrong... no problem to set background color but I would like to change font color on mouse over. Maybe I don't use the correct syntax because I don't see any changes on text color:
.highlight {
background: orange;
}
.highlight a:hover a:visited {
font-color: #000000;
}
Thanks in advance
.highlight {
background: orange;
}
.highlight a:hover a:visited {
font-color: #000000;
}
Thanks in advance
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 weeks ago #34814
by ivan.milic
Replied by ivan.milic on topic Logo alignment
it is just
color: #000000;
color: #000000;
Please Log in to join the conversation.
-
JediK
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 3 weeks ago #34975
by JediK
Replied by JediK on topic Logo alignment
It shows the orange background but I have no changes on a:....
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #34987
by ivan.milic
Replied by ivan.milic on topic Logo alignment
You have this for background:
.highlight {
background: orange;
}
color is defined like this:
.highlight a:hover a:visited, .highlight * {
color: #000000;
}
.highlight {
background: orange;
}
color is defined like this:
.highlight a:hover a:visited, .highlight * {
color: #000000;
}
Please Log in to join the conversation.
Time to create page: 0.097 seconds