Suggestion: disable 'capitalize' in headers and menu

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
It's not a big deal but in many languages is not grammar correct to 'capitalize' headers and menu (like in English).
My suggestion is to disable text-transform: capitalize; in default themes or add it as an options. It should depend on language resources not on the theme.  

/* Line 23 */
.section-header .title
{
  float: left;
  color: #009fff;
  font-size: 14px;
  font-weight: 700;
  vertical-align: bottom;
  padding-top: 5px;
  text-transform: capitalize;
}
8 years ago
I totally agree. It looks at least strange in Bulgarian and Russian. It seems to me that the individual resources are rarely reused for different purposes (e.g. one value used as a title and as a content simultaneously), so capitalization could become only part of the English localization IMO.
8 years ago
Also agree.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.