All Lower Case Letters? - Joomla! Forum - community, help and support


on site i'm working on, "www.golfbuckscounty.com" menu items lower cased letters, , that's not how entered. automatically makes them lowercased. clue how fix this?

nice website... check template css menus section.

as far can see in css lowercase has been used

ul#mainlevel-nav li {
float : left;
font-size : 11px;
text-transform : lowercase;
text-align : center;
font-family : arial,tahoma, helvetica, sans-serif;
display : block;
padding-right:15px;     
padding-left: 10px;
margin-top: 5px;

cheers,
john





Comments