Title All Uppercase – Lower Case Titles in WordPress
You have a template in WordPress that generate Uppercase for all your post titles and you wish to change that so all the existing posts and new posts has just the normal Upper and lower case as you type in rather than a rule for them all as uppercase.
Is simple to change.
You need to have access to the admin level in WordPress.
- Login to the admin page
-
Navigate to ‘Appearance‘ then click on ‘Editor’
-
Have ‘Stylesheet (style.css)‘ selected
-
Search using the key combination ‘Ctrl + F‘ key and search for ‘text-transform:uppercase;‘
-
Exclude the line ‘text-transform:uppercase;‘ and save.

Ready to go.
If you prefer video
You must log in to post a comment.