Viewing 1 replies (of 1 total)
  • Thread Starter rachitmagon

    (@rachitmagon)

    Hi friends,
    I’m sorry I guess it was a very stupid question to ask at all, but just in case someone is looking to do the same thing I am writing down how I `did it:
    1. Open the page where you have the form
    2. Go to text mode surround your form’s shortcode with a div
    eg:
    <div id=”myform”>
    [contact-form]….[/contact-form]
    </div>
    3. Go to Jetpack, scroll down to Custom CSS
    4. Click On Configure
    5. Now you can add your own css like you add it to any form
    eg:
    #myform input {
    background: red;
    }
    That’s it guys, Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change layout of Jetpack contact forms’ is closed to new replies.