I was able to remove the lowercasing from the footer, but I haven't been able to remove the lowercasing from Title fields and such. If I add a new story the title will be lowercased. Does anyone know where I can change that? I'm using amadou-6.x-1.1 as theme (http://drupal.org/project/amadou)
Comments
need more info
are existing ones capitalized?
Are you sure you don't have a strtolower() somewhere? Or a text-transform: lowercase; in this css?
I was able to remove the
I was able to remove the lowercasing from the footer, but I haven't been able to remove the lowercasing from Title fields and such. If I add a new story the title will be lowercased. Does anyone know where I can change that? I'm using amadou-6.x-1.1 as theme (http://drupal.org/project/amadou)
css
Look at your theme's stylesheet and remove references to "text-transform: uppercase"