Title: Using Lower Case on a Button
Last modified: June 11, 2020

---

# Using Lower Case on a Button

 *  Resolved [johncook76](https://wordpress.org/support/users/johncook76/)
 * (@johncook76)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/)
 * Hi,
 * Is is possible to change the text on a button so it is not all in upper case?

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

 *  [Vytis](https://wordpress.org/support/users/bvytis/)
 * (@bvytis)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13025357)
 * Hi [@johncook76](https://wordpress.org/support/users/johncook76/),
 * Yes, you can do that with the help of CSS by targeting a specific button or class
   of it and setting:
 * `text-transform: capitalize; /* makes the first letter capitalized */`
    `text-
   transform: lowercase; /* makes all the text lowercase */`
 * For example:
 *     ```
       button {
       text-transform: capitalize;
       }
       ```
   
 * The code should be placed inside the Additional CSS section of Customizer.
 * I hope that helps!
 *  Thread Starter [johncook76](https://wordpress.org/support/users/johncook76/)
 * (@johncook76)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13063888)
 * Hi,
 * Thanks for the reply. The CSS code didn’t work (as in it didn’t change the upper
   case lettters on the button), but thanks again for getting back to me.
 *  [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * (@poonam9)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13089691)
 * Hi [@johncook76](https://wordpress.org/support/users/johncook76/)
 * Please share your website link where you want to change the button text style
   so we can take a closer look.
 *  Thread Starter [johncook76](https://wordpress.org/support/users/johncook76/)
 * (@johncook76)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13100360)
 * Hi [@poonam9](https://wordpress.org/support/users/poonam9/),
    My website is currently
   locally hosted, so unfortunately I can’t post a link. It’s not a big deal that
   the button’s text is in upper case. If it’s ok with you I might just close this
   topic, then once my website is live and I still want to change the case, I’ll
   just open a new thread. Thanks again.
 *  [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * (@poonam9)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13104068)
 * Hi [@johncook76](https://wordpress.org/support/users/johncook76/),
 * Sure, you can come back anytime. We are here to help you.
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [5 years, 10 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13155216)
 * [@johncook76](https://wordpress.org/support/users/johncook76/) I’ve archived 
   your Neve topic in the Developing with WordPress sub-forum. Please do not create
   duplicate topics.
 * If you need support for this theme please use this theme’s support sub-forum 
   instead.
 *  Thread Starter [johncook76](https://wordpress.org/support/users/johncook76/)
 * (@johncook76)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13155931)
 * [@jdembowski](https://wordpress.org/support/users/jdembowski/) The thread I started
   in Developing WordPress wasn’t a duplicate of this thread, it was a separate 
   question about changing the colour of a download button created by the file block.
   Is I explained in my second thread, I wasn’t sure whether I submitted it in the
   right place as I wasn’t sure if this was something controlled through the theme,
   so if this is the case, please can you unarchive my second question and place
   it in the theme support forum. Thanks.

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

The topic ‘Using Lower Case on a Button’ is closed to new replies.

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

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)

 * 7 replies
 * 4 participants
 * Last reply from: [johncook76](https://wordpress.org/support/users/johncook76/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/using-lower-case-on-a-button/#post-13155931)
 * Status: resolved