I'm currently using the default archives widget included with WP, and I'm just curious if there is a way to make it lowercase, eg. "April 2009" -> "
"april 2009"
Thanks
I'm currently using the default archives widget included with WP, and I'm just curious if there is a way to make it lowercase, eg. "April 2009" -> "
"april 2009"
Thanks
You can use CSS to do that. Just find the class or ID of that part and do this.
.class-of-text { text-transform:lowercase; }
Make sure you replace the class-of-text part with the actual thing.
If you could provide a link to the page, I would be able to tell you exactly.
Thanks! I placed it under the sidebar section of my styles.css and it worked!
This topic has been closed to new replies.