With regard to uppercase fonts, I just had trouble with this issue a few hours ago so I hope this will help:
– Go to Appearance > Editor
– Find (Ctrl-F) all the lines with: text-transform:uppercase;
– And comment them out like this:
//text-transform:uppercase;
BTW This will override every style that has been ‘preset’ to uppercase. I didn’t bother anyway.