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.
↧
rachitmagon on "[Plugin: Jetpack by WordPress.com] Change layout of Jetpack contact forms"
↧