Archived topic
Capitalise first letter of the date
5 replies · Started by Rostyslav on April 1, 2021
Viewing posts 1–6 of 6
Hello, how can I capitalise the first letter of the month?
From: 29 septiembre, 2020
To: 29 Septiembre, 2020
Thank you!
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Sure!
Give this CSS a shot:
.entry-date {
text-transform: capitalize;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you!
You are welcome :)
This archived topic is closed to new replies.