How to make month name to be written with a lowercase letter?

Posted in: Newspaper
Post count: 49

Hello, team
On the post pages there are publication dates. The issue is that month names are written with a capital letter. My website is in Polish and in this language we write month names with a lowercase letter (like 24 august 2020 instead of 24 August 2020). How can I change that to be correct?

  • This topic was modified 5 years by SMK.
Post count: 35449

Hi,

You can do this using tagDiv Composer and in Style tab set the lowercase -> https://i.imgur.com/UjXSZMF.png or with a custom css -> https://i.imgur.com/boN3bVJ.jpg
.td-post-date {
text-transform: lowercase;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.