Site logo

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

Viewing posts 1–6 of 6

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:

https://i.imgur.com/fIyGlu2.png

frontend:

https://i.imgur.com/RBkVFNv.png

thx!

Hi there,

can you share a link to your site where i can see that example post ?

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 :)

This archived topic is closed to new replies.