Topmenu, change uppercase to lowercase

  • tenoch
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 8 months ago #6932 by tenoch
Hi
I would like yo know how to change the Font in TopMenu, to Lowercase

If I Add a separator, the font is in lowercase
But If I add a component, or external link, etc, the font change to Uppercase, but I don't want that

I want it to be lowecase, what I need to change to do this?

Thanks

Please Log in to join the conversation.

More
13 years 8 months ago #6937 by ivan.milic
Hi,

In template_css.css you have this rule:

#nav a {
font-family: 'SansationRegular', Arial, Helvetica, sans-serif;
font-size: 14px;
text-transform: uppercase;
}

remove red marked line.
The following user(s) said Thank You: tenoch

Please Log in to join the conversation.

More
13 years 8 months ago #7104 by lpolitix
Hi Webmasters. I have a slight proble of course. I followed your reply on how to remove the uppercase on my top menu, but doing so I also wanted to reduce my font size. When i lowered my font size 12, my sub menu still lines up but, when I try to move my cursor down to hover over the selection it disappears. i need help with two things if possible.

1. Re-aligning my sub menu to not disappear

2. adjusting my margins or padding, which ever, to be able to add more links.

Thanks in advance
-lpolitix

www.saveagenerationmovement.net

P.S. is there a place where you highlight peoples sites who who uniquely used hot joomlas templates, and if so would you consider highlighting www.saveagenerationmovement.net ?

Please Log in to join the conversation.

More
13 years 8 months ago #7115 by ivan.milic
Hi , to lower margin in template_css.css

#nav > li {
float: left;
position: relative;
border-right: 2px dotted #B5B5B5;
padding: 3px 20px 10px 18px;
margin: 8px 0 0 0;
}

Reduce 20px and 18px of padding property.


for not losing sub-menu add height property to:

#nav a {
display: block;
text-decoration: none;
font-family: Sansation, Arial, Helvetica, sans-serif;
font-size: 12px;
height: 16px;
}

Please Log in to join the conversation.

Time to create page: 0.167 seconds
Powered by Kunena Forum