I'm working on a website for a non profit organization, the website is at http://www.kifissos.org.gr/.
The website's content is in Greek. The issue comes when the theme changes some information to all capitals.
Such things that turn into capitals are:
- Menu's first level
- Block's titles
- Story titles (when listed in a page like this: http://www.kifissos.org.gr/category/tags/%CE%B5%CE%B9%CE%B4%CE%AE%CF%83%...)
The problem is that in Greek we use the acute accent (more info here: http://en.wikipedia.org/wiki/Acute_accent) only on lower case (http://en.wikipedia.org/wiki/Greek_language#Writing_system) and we don't use it on Upper Case.
So the thing is that I need somehow to disable the upper case conversion in the theme. Is there such a way?
Cheers
Comments
Comment #1
panos commentedI found the solution according to a previous request: http://drupal.org/node/491630
The solution is to edit style.css and comment out any of the text-transform: uppercase according to your needs. this should do the job.