Sunday, May 23, 2010

What is the CSS code for changing a font from all caps to normal on Blogger?

You should be able to do something like this. Say the text is in your H1 tag. Write this in your CSS:





h1 {text-transform: none;}





If the H1 tag is written in all caps, there's nothing you can do, but if it was transformed to caps, you can revert it with the code above.

No comments:

Post a Comment

Blog Archive