Logo alignment

  • JediK
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago - 11 years 1 month ago #34670 by JediK
Replied by JediK on topic Logo alignment
Solve! Thank you
Just another question...is it possible to highlight a specific item of the top menu?
Last edit: 11 years 1 month ago by JediK.

Please Log in to join the conversation.

More
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

Please Log in to join the conversation.

  • JediK
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
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

Please Log in to join the conversation.

More
11 years 4 weeks ago #34814 by ivan.milic
Replied by ivan.milic on topic Logo alignment
it is just

color: #000000;

Please Log in to join the conversation.

  • JediK
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
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.

More
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;
}

Please Log in to join the conversation.

Time to create page: 0.097 seconds
Powered by Kunena Forum