• I’ve written about 60 blog post at this stage but I just realised I wanted to change my headings to sentence case.

    Anyone know if there is a CSS trick to do this?

Viewing 1 replies (of 1 total)
  • wpismypuppet

    (@wordpressismypuppet)

    No CSS can transform the first letter of a sentence only… You’ll need to use JavaScript to do so. The only thing CSS can do is all upper, all lower, and title case.

    If you want to use the JavaScript idea, let me know and I can offer assistance. Although I don’t know why you wouldn’t want to use title case for your titles… 🙂

Viewing 1 replies (of 1 total)

The topic ‘Sentence case CSS’ is closed to new replies.