Removing capitalization of headers
-
Hi,
I manage to change the capitalization for text with e.g.
p {
text-transform: lowercase;
}But how do I change the header? I did expect this to work:
h1 {
text-transform: lowercase;
}But it doesn’t. How to do?
Best
B?rjeThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Removing capitalization of headers’ is closed to new replies.