To automatically make the first letter of every post title capital in WordPress, you can achieve this with a simple CSS customization.
Appearance
> Customize
> Additional CSS
.
1 2 3 |
.et_pb_post .entry-title { text-transform: capitalize; } |
Recent Comments