Contact us

Discussion in 'GeoCraft WordPress Theme' started by zweitbuch, Mar 19, 2014.

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

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    how can i delete the website field in the contact form?
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
     #website {
    display: none;
    }
    #contactForm > label:nth-child(11) {
    display: none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
Thread Status:
Not open for further replies.

Share This Page