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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment