two capital letters

Anyone know what I have to do to change the two capital letters
for example when: Home Forum
I want:  Home forum

this appears in all the blocks and do not like

Quote · 28 Jan 2011

open the : templates/base/css/top_menu.css

find these styles :

.subMenu .subMenuContainer {
background: url("../images/tm_cm_bg.png") repeat-x scroll 0 0 transparent;
height: 38px;
text-transform: capitalize;
width: 100%;
}
and replace with :
.subMenu .subMenuContainer {
background: url("../images/tm_cm_bg.png") repeat-x scroll 0 0 transparent;
height: 38px;
text-transform: none;
width: 100%;
}
PS: If possible do not write me personally, please try to ask on the forum first
Quote · 28 Jan 2011

I changed all the css
but followed by two capital letters where there are two words

 

anyone know anything else to do
thanks anyway

Quote · 29 Jan 2011

anyone knows how to do it?
please is very important to me
thank you very much anyway

Quote · 30 Jan 2011

You'll also need to change the related language key, which has the text capitalized itself. You can find the needed language key when editing the menu entry, and can edit it by navigating to Administration > Settings > Languages.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.