How to reduce the font of mainmanu?

  • MaxMi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 7 months ago - 11 years 7 months ago #32452 by MaxMi
hello,
I need to reduce the font of the topmenu (nav). Can you tell me what css change?
thanks you!
Max
Last edit: 11 years 7 months ago by MaxMi.

Please Log in to join the conversation.

More
11 years 7 months ago #32454 by ivan.milic
For first level items:

template_css.css:

#nav a {
display: block;
padding: 0px 8px;
margin: 0;
text-decoration: none;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 17px;
text-transform: uppercase;
}

for drop-down level:

#nav li:hover ul li a {
margin: 0px 5px;
text-transform: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
The following user(s) said Thank You: MaxMi

Please Log in to join the conversation.

Time to create page: 0.144 seconds
Powered by Kunena Forum