#1. Cannot type in contact form 7 input fields and or #2. how to remove border

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    brianomd
    February 4, 2015 at 7:42 am #26151

    in Contact Form 7. I just need either one of these fixed.
    #1. I am not able to type in the first 3 fields. I am using the template code:
    <div class=”row clearfix”>
    <div class=”col-4″>[text* your-name placeholder “Name”]</div>
    <div class=”col-4″>[email* your-email placeholder “Email”] </div>
    <div class=”col-4″>[text text-853 id:subject placeholder “Subject”]</div>
    <div class=”col-12″>[textarea your-message placeholder “Message”] </div>
    <div class=”col-12″>[submit “Send Message”]</div>
    </div>
    http://www.truereport.org/contact/

    or #2. How can I remove the outline from the table.
    <style>
    table, th, td {
    background-color:transparent;
    border: none;
    outline: none;
    }
    </style>
    <table >
    <tr>
    <td> [text* your-name placeholder “Name”] </td>
    <td> [email* your-email placeholder “Email”] </td>
    <td> [text your-subject placeholder “Subject”] </td>
    </tr>
    </table>
    <p> [textarea your-message placeholder “Type Your Message”] </p>
    <p>[submit “Send”]</p>
    http://www.truereport.org/contact-4/

    Thanks in advance!

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.