Contact page

Discussion in 'Compass WordPress Theme' started by holandaweb, Nov 25, 2014.

Thread Status:
Not open for further replies.
  1. holandaweb

    holandaweb New Member

    Joined:
    Jan 21, 2012
    Messages:
    12
    Likes Received:
    0
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You can achieve nearby its look not sure about exactly.
    For this you have to provide URL.

    Thanks & Regards
    Pramod
     
  3. holandaweb

    holandaweb New Member

    Joined:
    Jan 21, 2012
    Messages:
    12
    Likes Received:
    0
    Hello Pramod, I am using Contact Form 7, on my contact page, I wonder if I can use the native formatção CSS validator page Contact Compass Theme, my site is on localhost.
    Thank you.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You want to use contact form 7 but its design should be similar to compass theme contact form ?
    It required site to be online.

    Thanks & Regards
    Pramod
     
  5. holandaweb

    holandaweb New Member

    Joined:
    Jan 21, 2012
    Messages:
    12
    Likes Received:
    0
    Hello,
    What I have to do to make my contact page has the same format of the theme Compass CSS , green

    www.loctecpe.com.br

     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    input.wpcf7-form-control.wpcf7-submit{
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.41);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    padding: 7px 19px 10px 20px;
    text-decoration: none;
    border: none;
    background: #27c6f4;
    border-top: 4px solid #10a6d0;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Roboto Slab', 'serif';
    }
     
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textfield
    {
    width: 45.5%;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 28px;
    padding-left: 7px;
    color: #838383;
    display: inline-block;
    border-radius: 5px;
    }
     
     
     
    textarea.wpcf7-form-control.wpcf7-textarea.textarea {
    height: 140px;
    padding-top: 5px;
    margin-bottom: 22px;
    padding: 8px;
    text-align: left;
    color: #838383;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 5px;
    border: 1px solid #dbdbdb;
    font-family: 'Roboto Slab', 'serif';
    border-radius: 5px;
    }

    Thanks & Regards
    Pramod
     
  7. holandaweb

    holandaweb New Member

    Joined:
    Jan 21, 2012
    Messages:
    12
    Likes Received:
    0
    Thanks, Friend
     
Thread Status:
Not open for further replies.

Share This Page