Comments: Delete Required Field "Website"

Discussion in 'Infoway WordPress Theme' started by tekkentim, Apr 16, 2013.

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

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Hi Everyone,

    Tried the search, but can't find the answer.. How can i delete the field 'website' when someone is trying to comment on a page ? I only want people to enter their Name and E-mail..

    Thx in advance.
     
  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:
    .comment-form-url {
    display: none;
    }
    This will solve your issue.
     
  3. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    You're the best, thx !
     
Thread Status:
Not open for further replies.

Share This Page