Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #597994

    Trying to style Contact Form 7
    According to their website, this code should create half width forms. It needs to be added to the theme stylesheet.

    I have added it to the Enfold Quick CSS but have had no luck. The Quick CSS does work for other changes I have made though.

    .wpcf7 input[type=”text”],
    .wpcf7 input[type=”email”],
    .wpcf7 textarea
    {
    background-color: #fff;
    color: #000;
    width: 50%;
    }

    Can someone advise?
    Domain left in private content.

    #597995
    #598016

    Hey!

    Thanks for getting in touch!

    Try updating your code above to this:

    input.wpcf7-form-control.wpcf7-text {
        background-color: #fff !important;
        color: #000 !important;
        width: 50% !important;
    }

    Let me know if it helps.

    Best regards,
    Jordan

    #598035

    Thanks Jordan

    That did work but I failed to specify. I want to set them up like the Native Enfold forms where I can two 2 column.

    Any ideas?

    #599827

    Hey!

    Please refer to this post for the CSS to make the cf7 form look similar to Enfold form

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.