contact page

Discussion in 'Compass WordPress Theme' started by holandaweb, Jan 7, 2015.

Thread Status:
Not open for further replies.
  1. 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
    contact page.jpg

    www.loctecpe.com.br

    I received the code and it worked, the more I created another form and the code did not work anymore, please could do it again.
    Again Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi holandaweb,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    input.wpcf7-form-control.wpcf7-text {
    width: 60.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 {
    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
    Praveen
     
  3. holandaweb

    holandaweb New Member

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

Share This Page