Closed (works as designed)
Project:
Amadou
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2007 at 14:31 UTC
Updated:
7 Dec 2007 at 18:18 UTC
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
Comment #1
fjcalzado@gmail.com commentedThis 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: "
" (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 "
" lines in style.css.
Comment #2
jwolf commentedThnx Badmaster !