Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1364046
    onefoursix
    Participant

    re: http://146test2.co.uk/acorn/

    I need the layout of the contact form changing please.

    i need the name and company name on one line
    i need the email and telephone on one line

    I need the text within the send button changing to – #056839

    Thanks

    #1364174
    Christian
    Moderator

    Hey there,

    Put your pair fields inside a <div> or <p> tag then wrap each in a <div> with a class of x-column x-sm x-1-2. It should look like this:

    <div>
      <div class="x-column x-sm x-1-2">
        Your Name (required)
        [text* your-name]
      </div> 
      <div class="x-column x-sm x-1-2">
        Your Email (required)
        [email* your-email]
      </div>
    </div>

    For the submit button, add the code in your Custom CSS

    .wpcf7-submit {
        color: #056839;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1364046 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>