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:

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

panos’s picture

Status: Active » Fixed

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.