• Resolved erpee

    (@erpee)


    One textbox in my form needs to be uppercase.

    I’ve tried it by adding a class in the styling-tab of the textbox. Now only the label changes to uppercase.

    .UpCase{
    	text-transform: uppercase;
    }

    I don’t want the label to transform but the added text in the textbox. What do I have to change?

    • This topic was modified 3 years, 4 months ago by erpee.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @erpee

    I hope you are doing good today.

    By textbox I guess you mean texarea. In this case, CSS will look like this:

    .UpCase textarea{
    	text-transform: uppercase;
    }

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @erpee ,

    We haven’t heard from you for several days now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘textbox uppercase’ is closed to new replies.