• Resolved haroonahmad

    (@haroonahmad)


    Hello, I want the field to have only ALPHABETS in CAPS. Is that possible ? I managed to add the field to my website but i want condition that only use alphabets in caps

Viewing 1 replies (of 1 total)
  • ashin_acowebs

    (@ashinacowebs)

    Hi,

    Yes, you can do that.

    .wcpa_form_outer .wcpa_form_item input {
        text-transform: uppercase;
    }

    Paste the above CSS code to Additional CSS (Path: Appearance -> Customize -> Additional CSS)

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘ONLY USE ALPHABETS IN FIELD’ is closed to new replies.