• Resolved Andrew

    (@amccullough8)


    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)
  • Hi @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

    (@amccullough8)

    That worked, thanks!

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

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