Title: Upper Lower Case Text
Last modified: August 21, 2016

---

# Upper Lower Case Text

 *  Resolved [paulNivy](https://wordpress.org/support/users/paulnivy/)
 * (@paulnivy)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/)
 * Is it possible to make the menu to make it Upper Lower Case? Also, for the text
   that have links? Because it turns to all Uppercase whenever there is a hyperlink
   on it.
 * Thanks

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

 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873500)
 * if it turns to uppercase automatically then there might be a css class set to`
   text-transform:uppercase` in your style.css.
    Disable it and you will be able
   to do that.
 *  Thread Starter [paulNivy](https://wordpress.org/support/users/paulnivy/)
 * (@paulnivy)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873501)
 * Can you teach me how to do that? Because I am new to wordpress.
 * Thanks
 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873505)
 * please post the link to your site then i will be able to demonstrate to you.
 *  Thread Starter [paulNivy](https://wordpress.org/support/users/paulnivy/)
 * (@paulnivy)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873506)
 * Here is my site: [http://www.careersupport365.com/](http://www.careersupport365.com/)
 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873507)
 * Ok.
    In your style.css located at: [http://www.careersupport365.com/wp-content/themes/celestial-lite/style.css](http://www.careersupport365.com/wp-content/themes/celestial-lite/style.css)
 * On line 526 you will see a css class on `a` element like this:
 *     ```
       a {
           color: #467FC2;
           font-weight: 600;
           letter-spacing: normal;
           text-decoration: none;
           text-transform: uppercase;
       }
       ```
   
 * the last line you see above is the cause for uppercasing your text.comment it
   like below and you will be good to go
 *     ```
       a {
           color: #467FC2;
           font-weight: 600;
           letter-spacing: normal;
           text-decoration: none;
           /*text-transform: uppercase;*/
       }
       ```
   
 *  Thread Starter [paulNivy](https://wordpress.org/support/users/paulnivy/)
 * (@paulnivy)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873509)
 * Ok thanks =)
 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873510)
 * No problem…mate..cheers..:)..
 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873533)
 * Pls close the thread if problem resolved…cheers.:)..
 *  Thread Starter [paulNivy](https://wordpress.org/support/users/paulnivy/)
 * (@paulnivy)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873537)
 * Ok Cheers! 🙂
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873560)
 * Thanks wp-21 for helping out paulNivy…you’re making my job easier 🙂
 * The other option to disable the uppercase is to do it like this:
 * `text-transformation: normal;`
 * or to delete the line. I should also mention to paulNivy that making changes 
   to the core files of a theme should be done using a child theme so that whenever
   an update comes for the theme, the modifications (changes) won’t be lost.
 * Still, thanks for the help 🙂
 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873562)
 * Cheers mate.:)..Yeah changes should be done to child theme…forgot to mention 
   that…

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

The topic ‘Upper Lower Case Text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/celestial-lite/3.5.8/screenshot.
   png)
 * Celestial - Lite
 * [Support Threads](https://wordpress.org/support/theme/celestial-lite/)
 * [Active Topics](https://wordpress.org/support/theme/celestial-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/celestial-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/celestial-lite/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [wp-21](https://wordpress.org/support/users/wp-21/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/upper-lower-case-text/#post-3873562)
 * Status: resolved