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
Anyone know what I have to do to change the two capital letters this appears in all the blocks and do not like |
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 |
I changed all the css
anyone know anything else to do |
anyone knows how to do it? |
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 |