Title: WordPress Button Block
Last modified: August 30, 2020

---

# WordPress Button Block

 *  Resolved [Andrew](https://wordpress.org/support/users/amccullough8/)
 * (@amccullough8)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/wordpress-button-block/)
 * Is there a way to make the WordPress button block not all caps?
 * I believe Neve is modifying the text style.
 * Thanks,
    Andrew

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

 *  [Betty](https://wordpress.org/support/users/betydbr/)
 * (@betydbr)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/wordpress-button-block/#post-13338467)
 * Hi [@amccullough8](https://wordpress.org/support/users/amccullough8/),
 * If I understand it right, you added a button by the Button block from the WordPress
   editor.
 * To make it capitalized, not uppercase, you can add the following code to your
   Customize -> Additional CSS:
 *     ```
       .wp-block-button a {
            text-transform: capitalize !important;
       }
       ```
   
 *  Thread Starter [Andrew](https://wordpress.org/support/users/amccullough8/)
 * (@amccullough8)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/wordpress-button-block/#post-13339965)
 * That worked, thanks!

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

The topic ‘WordPress Button Block’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.3/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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrew](https://wordpress.org/support/users/amccullough8/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/wordpress-button-block/#post-13339965)
 * Status: resolved