Posted by auris on March 5, 2010 at 10:48am
I want to remove uppercase from titles (menus, blocks etc). Do I have to edit fusion-acquia-marina-style.css or is there any other way?
Editing the fusion-acquia-marina-style.css means that I have to make the same edits in every update.
Comments
You can add text-transform:
You can add text-transform: lowercase to the css rule for the element you want to be all lowercase.
Where?
Should I do it in fusion-acquia-marina-style.css?
No
Since you're making changes, you need to set-up a local.css. One is included with Marina. Just copy your marina css, then paste into the blank local.css. Make all your changes in the local.css. Doing this will prevent your changes from being over-written when updating. To activate the local.css, you need to uncomment it in acquia_marina.info (remove the semicolon from in front of local.css).
That's it. The text transform he posted will do what you need.
Good luck!
Chris
Thanks!
In my 6.x-3.0-alpha2 version there was no line with local.css
So, I added one: stylesheets[all][] = local.css
Thanks!