• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter berniebennybernard

    (@berniebennybernard)

    Thanks! I placed it under the sidebar section of my styles.css and it worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sidebar Archives – Lowercase’ is closed to new replies.