Contact form - it won't be showing as your sample contacting form like this:

Discussion in 'Infoway WordPress Theme' started by byronjp, Aug 5, 2013.

  1. byronjp

    byronjp New Member

    Joined:
    Jul 15, 2013
    Messages:
    10
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .wpcf7-form-control.wpcf7-text {
    background-color: #def3fb;
    border: solid 1px #56c4ee;
    }
     
    .wpcf7-form-control.wpcf7-textarea{
    background-color: #def3fb;
    border: solid 1px #56c4ee;
    }
    
    This will solve your issue.
     
  3. byronjp

    byronjp New Member

    Joined:
    Jul 15, 2013
    Messages:
    10
    Likes Received:
    0
    Thank you. How about this website color?

    www.byronjp.com/contact/

    I mean not for blue theme but for green one.

    Kind regards.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .wpcf7-form-control.wpcf7-text {
    background-color: #709d06;
    border: solid 1px #567c01;
    }
    .wpcf7-form-control.wpcf7-textarea {
    background-color: #709d06;
    border: solid 1px #567c01;
    }
    
    In place of "#709d06" and "#567c01" you can put your color or color code.
    This will solve your issue.
     
  5. byronjp

    byronjp New Member

    Joined:
    Jul 15, 2013
    Messages:
    10
    Likes Received:
    0
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .wpcf7-form-control.wpcf7-text {
    background-color: #f5fde2;
    border: solid 1px #bee367;
    }
     
    .wpcf7-form-control.wpcf7-textarea {
    background-color: #f5fde2;
    border: solid 1px #f5fde2;
    }
    
     
    byronjp likes this.

Share This Page