I've tried to find this in another thread but wasn't successful. I need to have the Page menu bar display menu items in uppercase -- I have this set in ATO / Menu 1 -- but have the submenu in caps/lowercase. I've tried changing the text-transform to none for the submenu using the following in CSS Inserts:
div#menu1 ul.rMenu li li a {
text-transform: none !important;
}
I've also tried:
div#menu1 ul.rMenu-hor li li a {
text-transform: none !important;
}
I'm using Atahualpa 3.7.3, WP 3.2.1. I would greatly appreciate any help. I know I'll kick myself for not figuring this out!