Archived topic
Title CAPS LOCK case shown in Editor but normal case shown in Frontend
5 replies · Started by Mikula Beutl on October 22, 2020
Just a sidenote, i did check the search results for "title case editor" first, nothing came up.
ISSUE:
I don't want the Editor to display CAPS LOCK if the frontend shows normal, see below example, how can I set the editor to show the title also normal? I tried messing with CSS, didn't help..
editor:

frontend:

thx!
Hi there,
can you share a link to your site where i can see that example post ?
here you go https://myflirtbox.com/flirtprofi-werden/
You have this CSS in the Customizer > Additional CSS
h1.entry-title {
text-transform: none;
font-size: 44pt;
}
Why not simply unset the text transform in Customizer > Typography ?
OMG how could i miss this, your support is incredible, i wish i could add another 5 stars to the wordpress plugins directory!
Haha - glad to be of help :)