Edit comment form on posts

Hi.

I want to edit the comment form, Im using Icon stack and when I go to the editor, I only can edit the submit buttom label.

I want to reorder the position of the comment: first the comment form and afters the comments.

And also I want to remove website field.

Can you help me? I could do it sometime ago but now I dont find the part in the code

Hi Juan,

Please add this custom JS under Theme Options > JS:

jQuery('div#respond').insertBefore(jQuery('.h-comments-title'));

Please add this custom CSS under Theme Options > CSS:

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

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.