• Resolved drophelp

    (@drophelp)


    Hello,

    Please i need urgent help as i am having serious difficulty adding a custom css code to my form container.

    Could i get a css code for height increase i tried the following but to no avail;

    } .forminator-textarea- {
    Width :30;
    Height :40;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @drophelp

    I hope you are doing good today.

    You can edit your textarea field and in styling tab add a custom class, like for example: “textareacustomheight”.

    Later on, in edit mode of your form, in the Appearance section scroll down to Custom CSS and add this code:

    .textareacustomheight textarea {
    Width:300px;
    Height:400px;
    }

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @drophelp ,

    We haven’t heard from you for a while 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 ‘Custom Css for textarea’ is closed to new replies.