Forums

Sidebar Archives - Lowercase (3 posts)

  1. berniebennybernard
    Member
    Posted 3 years ago #

    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

  2. draclan12
    Member
    Posted 3 years ago #

    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.

  3. berniebennybernard
    Member
    Posted 3 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.