Recent Topics

1 Oct 24, 2006 15:14    

I am using the "Reflection" theme and whenever I post an entry the title of the entry comes up as all in lower-case letters. Eww! Do you guys know where I can make it so it follows what I put in the subject/title line?

2 Oct 24, 2006 16:59

Edit the css file screen_yellow.css and find this part:

.header, .subHeader, .bSideItem h3 {
. . .
  text-transform: lowercase;
. . . 
}


Change the 'lowercase' to 'none' (or just delete that line).

3 Oct 24, 2006 18:55

Awesome, thank you very much!


Form is loading...