PDA

View Full Version : Every Word Is Capitalized


cfpackerfan
Jun-03-2007, 07:31 AM
Hi, I am still working on getting my site customized and looking how I would like (And I am completely code-retarded).

In every section where there is type included on the page, (about me, guestbook, information...) all the words are capitalized.

Is there a way to fix this??

inspirations-photography.smugmug.com

Thank you in advance for your help. :D

Cat

Allen
Jun-03-2007, 07:38 AM
Hi, I am still working on getting my site customized and looking how I would like (And I am completely code-retarded).

In every section where there is type included on the page, (about me, guestbook, information...) all the words are capitalized.

Is there a way to fix this??

inspirations-photography.smugmug.com

Thank you in advance for your help. :D

Cat
Add this to your CSS ot override the theme.

#albumDescription,
.homepage p,
.homepage a.nav,
.datePage a.nav,
.datePage p,
.datePage #photoBy,
.keywordPage #photoBy,
.keywordPage a.nav,
.foreground,
#smugLoupe,
#arrangePhotosBox,
.caption, #comments p,
.title, a.title {
text-transform: none !important;
}

cfpackerfan
Jun-03-2007, 07:40 AM
Perfect!! Thank you so much for helping. (And SO quickly too) :D