Hi, when i create a dropdown navigation menu, the title attributes start automatically with a capital letter (when they consist of two words). I need the second word to be just lower case letter. Example: Main menue button: Region. Drop down menue under this parent button: Central Region, North Region etc. I want it to be Central region, North region. Is it possible please? Thank you!
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li a { text-transform: none;}