Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #513091

    I seek to make the text area box of a contact form ENFOLD provides…

    50% smaller.
    It is too big right now.

    I also want to make the button smaller and change its ‘Font.

    How may i do that?

    -Elliot

    p.s. Is there any way i can eliminate the submit button and have the thing automatically send once people fill out the fields and it “enter”

    this is more space-effective

    #513201

    Hey elliotstiller!

    Add this to your custom CSS.

    textarea {
        height: 40px !important;
    }

    It’s possible to remove the submit button and submit the form on enter but that would have to be considered custom work. Make sure to check if the textarea is not active before checking if enter is pressed otherwise you will get a lot of unfinished emails and annoy your users.

    Regards,
    Elliott

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