Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865070

    GODDOG
    Participant

    Button

    Hi, Awesome theme!

    Just wanted to change the uppercase option for buttons. Meaning I would like to be able to have the option for displaying lowercase letters as well as uppercase letters for button text.

    Thanks

    http://www.hpwclosing.com

    #865423

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    a.x-btn.x-btn-square.x-btn-large.x-btn-block {
        text-transform: none;
    }

    You can target specific buttons using selectors. Then just use the text transform rule to change between none and uppercase.

    If you need assistance with the selectors, let us know the specific buttons and what you would like to achieve and we’ll do our best to assist you.

    Hope this helps – thanks!