Title: lower case
Last modified: August 21, 2016

---

# lower case

 *  Resolved [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/)
 * I want to ask if post headings support lower case? And navigation menu too?

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

 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/#post-4162679)
 * There is no option in the theme however you use this css to make it lower case
 *     ```
       #nav li a {text-transform: none;}
       .post_title a {text-transform:none}
       ```
   
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/#post-4162698)
 * thanks! can i ask something else?
    i want to change the letters in widget: “recent
   posts” & and in the slider too, to appear lower case. can it be done?
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/#post-4162702)
 * Yes
 * `.widget h2{text-transform:none}`
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/#post-4162705)
 * hmmm… this will change and the slider?
    btw where exactly i will write the code?
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/#post-4162706)
 * Use a custom css plugin and paste these css there.
    And for slider use this
 * `.featured_content h3 {text-transform:none}`
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/#post-4162713)
 * slider done
    in “recent posts” i want to change the name of posts, no the name
   of widget.

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

The topic ‘lower case’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/supernova/2.1.0/screenshot.png)
 * Supernova
 * [Support Threads](https://wordpress.org/support/theme/supernova/)
 * [Active Topics](https://wordpress.org/support/theme/supernova/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/supernova/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/supernova/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [iatridis](https://wordpress.org/support/users/iatridis/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/lower-case/#post-4162713)
 * Status: resolved