• how is it possible to remove the HTML help text below the edit box?
    (You may use these HTML tags and attributes: …)
    how can I add the name/email fields near the edit box? (as in the demo)
    how can I change the style/color of the submit button?

Viewing 1 replies (of 1 total)
  • 1. The help text is in the comments.php in line 72. It looks like 'comment_notes_after' => '<p class="form_allowed_tags">' ... '</p>',. To remove the text you must change the line to 'comment_notes_after' => '',.

    2. I think this wouldn’t be show because you’re logged in.

    3. I have found a option in the nimbus Panel under Typography, but only for Members.
    In the free version the button style (for the entire theme) is in the style.css in line 156 (class .editable button, .editable input[type=submit]).
    If you would only change the button of the comment form, the button has a own id in line 324 (id #submit).

Viewing 1 replies (of 1 total)
  • The topic ‘Leave a post formatting’ is closed to new replies.