Edit the common.css file under ./templates/general/css and look for the following:
.disignBoxFirst .boxFirstHeader .dbTopMenu,
.disignBoxFirst .boxFirstHeader .caption_item {
position: absolute;
top: 0px;
right: 0px;
white-space:nowrap;
color:#333;
font-size: 11px;
text-transform:capitalize;
font-weight:bold;
}
Change it to this:
.disignBoxFirst .boxFirstHeader .dbTopMenu,
.disignBoxFirst .boxFirstHeader .caption_item {
position: absolute;
top: 0px;
right: 0px;
white-space:nowrap;
color:#333;
font-size: 11px;
text-transform:none;
font-weight:bold;
}
Have fun.
Note: This will only stop the text from being upper-cased by force. If any text includes upper-casing, then you must manually edit them from their respected language keys.
Alternatively, if you wish to have all text be lower-cased instead, change the text-transform value to "lowercase."
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin