Contact Us Form - Updated to new Custom Form -

Discussion in 'Infoway WordPress Theme' started by smbrisard, Mar 13, 2013.

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

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Hi,

    As mentioned in other posts I could not get the canned contact form to work properly so I ended up getting a compatible plugin called Contact Form Manager.

    Please see my form at: http://www.stephanbrisard.com/contact-stephanbrisard/

    The form now works great but I am not satisfied with the formating. The theme CSS is overriding the form's look an feel. I would like to get rid of the borders around the form and I should be all set. Do you have a CSS querry I can use to do this? Thanks.
     
  2. 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:
    td {
    border: none;
    }
     
  3. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    thanks but unfortunately the CSS is not working with the form - can we test something else - you can still log into the account. Thanks.
     
  4. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Disregard the code is working great.
     
Thread Status:
Not open for further replies.

Share This Page