Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize just about any element of your site with CSS. Try adding the following to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:

    .contact-form div label {
    	font-weight: 400;
    }
    Thread Starter jesusgpastor

    (@jesusgpastor)

    thanks a lot!!!!!!!!

    just for the record, or if any css novice (like me) wants to make JetPack Contact Form boxes (text, email, comment sections), full widht boxes (in responsive themes):

    .contact-form input[type=email], .contact-form input[type=text] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13px;
    }

    .contact-form textarea {
    height: 200px;
    width: 100%;
    float: none;
    margin-bottom: 13px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact form text style’ is closed to new replies.