The Amadou Theme for Drupal 6 only renders the site title in lower case letters even though it is set up to have capital letters in site information. Please see www.drupaltesting.org for an example.

Comments

Badmaster’s picture

This is not a bug. It's a feature of the design.
If you don't want the lowercase in the site title, open "style.css" in a plain text editor, and remove this: "

text-transform:lowercase;

" (line 109). Save and you're done.
If you don´t like lowercase in other parts of your page (I do not), look for and remove all "

text-transform:lowercase;

" lines in style.css.

jwolf’s picture

Category: bug » support
Status: Active » Closed (works as designed)

Thnx Badmaster !