- Posts: 6
- Thank you received: 0
Want to change the font size of the top menu... ??
-
tstaples
Inactive member - Topic Author
- New Member
Less
More
13 years 9 months ago #6327
by tstaples
Want to change the font size of the top menu... ?? was created by tstaples
Hey..
anyone know which file and where i need to look to change the top menu font size? I've tried the template css files but just cant seem to find the right setting...
help?
anyone know which file and where i need to look to change the top menu font size? I've tried the template css files but just cant seem to find the right setting...
help?
Please Log in to join the conversation.
-
pirossi
Inactive member - Member
Less
More
- Posts: 146
- Thank you received: 11
13 years 9 months ago #6328
by pirossi
Replied by pirossi on topic Re: Want to change the font size of the top menu... ??
Inside template_css.css find #nav a and add font-size: [desired size]px !important; inside brackets:
Code:
#nav a {
display: block;
font-size: 25px !important;
font-weight: normal !important;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 5px;
padding-left: 12px;
padding-right: 12px;
padding-top: 5px;
text-decoration: none;
text-transform: uppercase;
}
Please Log in to join the conversation.
-
tstaples
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 9 months ago #6334
by tstaples
Replied by tstaples on topic Re: Want to change the font size of the top menu... ??
that was it! thanks a ton! I think i had done that before but didn't put the !important tag at the end.
Please Log in to join the conversation.
Time to create page: 0.217 seconds