• Resolved anup

    (@anup)


    Is it possible to make changes in comments form without touching the WP Core – particularly in Coraline Theme

    If so, plz tell me how to hide website field in comment form when using the coraline theme

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter anup

    (@anup)

    The comment form can be found in any of the posts at

    http://indiapoint.net/archives/

    or at

    http://indiapoint.net/ca/

    The thing is that in Coraline theme (by automattic), I could not find any file from where I could manipulate the comment form like hiding the “website” field.

    Currently the tag that the ‘Website’ field uses is
    p class=”comment-form-url”

    So, I was thinking of using the p class=hide

    But cannot seem to find a way to do that through the theme

    thanks

    Try adding:

    .comment-form-url {display:none;}

    to the bottom of the theme’s stylesheet.

    Thread Starter anup

    (@anup)

    Thanks.

    Actually this worked:

    p.comment-form-url {display:none;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changes in Comments Form’ is closed to new replies.