How can I change my contact form on my website?

This topic has 4 replies, 2 voices, and was last updated 1 year, 4 months ago ago by Rose Tyler

  • Avatar: idang
    idang
    Participant
    November 10, 2022 at 10:38

    Hey, I am looking to change multiple things in the following link:
    https://simplemobile.co.il/index.php/contact-us/

    First of all, I want to change the outline colors of all the boxes to the logo color (Simple orange color)

    I would like to make the SEND button round and change the color of it aswell. I tried making it using google and find new CSS styles for the contact form but could not manage to solve it myself
    Thank you

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 10, 2022 at 13:15

    Hello,

    Could you provide temporary wp-admin access?

    Regards

    Avatar: idang
    idang
    Participant
    November 10, 2022 at 13:29

    Hey.
    Yes!
    Thank you

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 10, 2022 at 14:04

    Hello,

    Change this code – https://prnt.sc/QxeoOGjy_13V
    to

    .section-contact .wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form textarea, .wpcf7 input[type="email"] {
        border: 1px solid #fbb92d;
        font-size: 15px;
        color: #c2c2c2;
        height: 48px;
    }

    and this https://prnt.sc/JF15tnJzU3YG to

    input.wpcf7-form-control.wpcf7-submit {
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 45px;
        font-size: 18px;
        border-radius: 100px !important;
        background-color: #d6a951 !important;
    }
    input.wpcf7-form-control.wpcf7-submit:hover {
        background-color: #222 !important;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘How can I change my contact form on my website?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.