I have a footer menu on http://thejewelrycenter.joshuaweatherstone.com/. I would like only the first letter of each menu item to be capitalized. I am using this code, but it is making the entire word lower case:
footer .x-nav li > a {
text-transform: lowercase !important;
}