Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @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

    (@johncook76)

    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.

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

    (@johncook76)

    Hi @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.

    Hi @johncook76,

    Sure, you can come back anytime. We are here to help you.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @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

    (@johncook76)

    @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.