Title: Remove capitalization
Last modified: September 29, 2016

---

# Remove capitalization

 *  Resolved [le-tom](https://wordpress.org/support/users/le-tom/)
 * (@le-tom)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-capitalization-2/)
 * After the latest WPtouch update the post titles are shown with capitalizations(?),
   every word begins with an uppercase letter. How can I deactivate?

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

 *  [BraveNewCode Inc.](https://wordpress.org/support/users/bravenewcode/)
 * (@bravenewcode)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-capitalization-2/#post-8236124)
 * Hi,
 * You can remove the capitalization and have it rendered as it is by adding the
   CSS below to _Appearance > Customize > Custom CSS_, when editing the mobile theme.
 * .post-page-head-area {
    text-transform: none !important; }
 * Regards,
 * Emilio Rivera,
    WPtouch Support
 *  Thread Starter [le-tom](https://wordpress.org/support/users/le-tom/)
 * (@le-tom)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-capitalization-2/#post-8236533)
 * Thanks! 😉
 *  [zonebattler](https://wordpress.org/support/users/zonebattler/)
 * (@zonebattler)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-capitalization-2/#post-8316970)
 * This works great for the page head area, but what CSS snipped is to be added 
   to remove the capitalization in the footer area as well, i.e. in the links to
   the previous and the next article?
 * Thanks,
    Ralph
    -  This reply was modified 9 years, 7 months ago by [zonebattler](https://wordpress.org/support/users/zonebattler/).
 *  [zonebattler](https://wordpress.org/support/users/zonebattler/)
 * (@zonebattler)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-capitalization-2/#post-8318787)
 * Found it out myself:
 * .nav-controls {
    text-transform: none !important; }
 * removes the capitalization in the links to the previous and the next article.
   😉

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

The topic ‘Remove capitalization’ is closed to new replies.

 * ![](https://ps.w.org/wptouch/assets/icon-256x256.png?rev=1313960)
 * [WPtouch - Make your WordPress Website Mobile-Friendly](https://wordpress.org/plugins/wptouch/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wptouch/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wptouch/)
 * [Active Topics](https://wordpress.org/support/plugin/wptouch/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wptouch/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wptouch/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [zonebattler](https://wordpress.org/support/users/zonebattler/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/remove-capitalization-2/#post-8318787)
 * Status: resolved