Okay
  Public Ticket #1612376
get in touch formular
Closed

Comments

  • psteinhofer started the conversation

    Hi Alex,

    how can I design such a nice contact formular like you have on your demo?

    http://hn.arrowpress.net/riven/startup/

    I tried Contact Form 7 but it has no option to design something?

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    You can update content contact form.

    <div class="contact-form">
    <p class="inner-input">     [text* your-name placeholder "Your name "] </p>
    <p class="inner-input">
        [email* your-email placeholder "Your email "] </p>
    <p class="inner-input">
        [text* your-subject placeholder "Subject "] </p>
    <p class="inner-input">
        [textarea* textarea placeholder "Message "]
    </p>
    <p class="contact-submit"><a class="btn btn-default button submit">[submit "Submit"]</a></p>
    </div>
    Thanks!

    Alex Vũ


  • psteinhofer replied

    Hi Alex,

    thank you. So I put the code in the field of contact form 7. Looks much better now.

    I would like to have it in the middle of the page not full length.

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    You can check again. I have put it in the bootstrap container.

    Thanks!

    Alex Vũ


  • psteinhofer replied

    Hi Alex,

    thank you. Looks good.

    In the backend I also inseted a headline but it is not shown in the frontend. see screenshots.

    How can I change the "submit" button color?

    best,

    Patrick

  •  608
    WordPress replied

    HI,

    You can edit color and add style css in child theme:

    .wpcf7-form .contact-form .contact-submit .button input{
        color: #000;
    }
    .wpcf7-form .contact-form .contact-submit .button{
        border: #000;
    }
    You can goto edit page and remove class text-white in section contact.


    Thanks!

    Alex Vũ


  • psteinhofer replied

    Hi Alex,

    I saw you already changed it?

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    I solved that problem for you.

    Thank!

    Alex Vũ


  • psteinhofer replied

    Hi Alex,

    thank you for solving. Can you also tell me what you have done exactly so I can change it if I need to.

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    You can goto edit page and remove class text-white in section contact.

    Thanks!

    Alex Vũ