Archived topic
Title case in post title
5 replies · Started by dale on November 23, 2017
I can't figure out why WordPress is forcing the titles of all my blog posts to display as initial caps (example in attached post, in which the title was written in sentence case). Answer is probably obvious, but I'm missing it ...
Hi there,
Check your setting in Customizer > Typography > Headings > H1 > Text Transform.
Let me know.
I have "none" under text transform
Your H1 setting is showing capitalized:
h1 {
font-family: "Neuton",serif;
text-transform: capitalize;
font-size: 34px;
}
Unless that's the CSS you've added? I can't tell with caching plugin on.
You're right. I was looking at the wrong website when I answered earlier. Thanks!
No problem!