Title: Change Casing in Menu
Last modified: August 31, 2016

---

# Change Casing in Menu

 *  Resolved [jtslater](https://wordpress.org/support/users/jtslater/)
 * (@jtslater)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-casing-in-menu/)
 * Hi,
 * First and foremost, this is an AWESOME theme! Nice work on it.
 * The only change I want to make on the theme is to change the casing of the menu
   bar from UPPERCASE to normal. I haven’t been able to nail down in the CSS where
   this is specified but hoping someone here can provide the code I need to plug
   in to the Custom CSS plugin I have installed.
 * Thank you again for a great theme!

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

 *  Theme Author [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-casing-in-menu/#post-7247619)
 * Hi there,
 * Please add this css on child theme sytle.css file to fixed your issue:
 *     ```
       .nav-menu li a {
         text-transform: lowercase;
       }
       ```
   
 * for reference you can see this article [http://www.w3schools.com/cssref/pr_text_text-transform.asp](http://www.w3schools.com/cssref/pr_text_text-transform.asp)
 * Hoping positive response from your side.
 * Thanks
 *  Thread Starter [jtslater](https://wordpress.org/support/users/jtslater/)
 * (@jtslater)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-casing-in-menu/#post-7247741)
 * Perfect! Thank you!
 *  [tech55541](https://wordpress.org/support/users/tech55541/)
 * (@tech55541)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/change-casing-in-menu/#post-7247742)
 * Hello,
    Please mark this topic resolved.
 * Thanks.

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

The topic ‘Change Casing in Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pure-simple/3.3.0/screenshot.png)
 * Pure & Simple
 * [Support Threads](https://wordpress.org/support/theme/pure-simple/)
 * [Active Topics](https://wordpress.org/support/theme/pure-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pure-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pure-simple/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [tech55541](https://wordpress.org/support/users/tech55541/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/change-casing-in-menu/#post-7247742)
 * Status: resolved