Changing post item title from uppercase to sentence case
-
Hello,
The titles on each blog item on my blog are put in uppercase as part of the theme. Is it possible to alter the css. code in order to change this so that they are in sentence case instead?
Thank you so much for your help!
The blog I need help with is: (visible only to logged in users)
-
Hello @openpharmablog,
Just use this CSS:.entry-title { text-transform: none; }and manually use sentence case for your post titles when editing. Because CSS can convert first letter of each word, but not first letter of each sentence. JavaScript is needed to automate sentence case, but since adding and editing scripts is not allowed on WordPress it is not possible to automate it.
Hope this helps :)
-
-
- The topic ‘Changing post item title from uppercase to sentence case’ is closed to new replies.