Archived topic
Capitalize text post date
7 replies · Started by M on October 18, 2021
Hello,
How can I make the post date to always be capitalized?
Thank you.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
I added the link below. On the left it says: April 17, 2021.
I would like it to say APRIL 17, 2021.
Thank you.
The maintenance mode is on so I can't see it unfortunately.
Ooops! Sorry! Can you see it now?
Try this CSS:
.entry-meta {
text-transform: uppercase;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That worked! Thank you!
No problem :)