Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102774
    Matias Galante
    Participant

    Hello,
    I notice that all buttons come with the text uppercased and I wondered if there is a way to customize that as well so instead of having a button with the text: “BROWSE” it shows “Browse”.

    Thanks

    #102777
    admin
    Keymaster

    Hi Matias Galante,

    Our themes follow the Material design guidelines and that is the reason button texts are upper case. In order to make them normal case, you can use CSS or SCSS.

    Example:

    smart-button {
    text-transform: initial !important;
    }

    Hope this helps.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.