• Resolved graphicbox

    (@graphicbox)


    Hello, this is the matter: how can I force to display some or all the form fields on the user profile all uppercase or all lowercase (i’d like to choose), no matter how the user filled it? I already installed “Ultimate Member – Force Capitalization of Display Name( First and Last Names )” but it only applies to names. Thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @graphicbox

    You need to use the CSS property – text-transform: uppercase; or text-transform: lowercase;

    Regards.

    Thread Starter graphicbox

    (@graphicbox)

    Thank you for your answer, unfortunately I am not an expert and I don’t know how and where to insert the code in order to transform the text field. Kind regards

    Plugin Support andrewshu

    (@andrewshu)

    Hello @graphicbox

    For example, you could add the CSS code in the admin area: Appearance -> Customize -> Additional CSS.

    For example, for first and last names:

    .um-field-first_name,
    .um-field-last_name{
       text-transform: uppercase;
    }

    Regards.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @graphicbox

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Uppercase or lowercase fields’ is closed to new replies.