
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.
[notification type=”alert-success” close=”false” ]Some times when refreshing page use the combination Ctrl + F5 to see a change made. This combination clears the cache in your browser.[/notification]
If you prefer video