• Resolved bbladleysqe

    (@bbladleysqe)


    Trying to sort out the comments for my custom theme and have just come across comments_form – magic!

    Only one problem, I can’t get rid of/change “Leave a Reply”. I’ve tried editing the array with title_reply and it doesn’t do anything. Any suggestions? I don’t want to edit the comments_form.php itself.

    Thanks in advance 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • You may be able to hide that text with CSS, but we cannot be sure unless we can see the problem. Please post a link to your site where it can be seen.

    Thread Starter bbladleysqe

    (@bbladleysqe)

    Sorry, here it is .

    I either want to hide it and just leave the “Start a Conversation” or change it to look like the Start a Conversation.

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should add it to your child theme’s style.css:

    #reply-title { display: none; }
    Thread Starter bbladleysqe

    (@bbladleysqe)

    Thank you very much, that fixed it!

    I’m using a completely custom theme anyway so if someone manages to update it I’ll be amazed!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove "Leave a Reply" from comments_form’ is closed to new replies.