• How I can remove these lines of the theme?

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    Please? Thanks in advance!

Viewing 1 replies (of 1 total)
  • depends on the theme
    create a child theme and using twenty twelve as an example you would copy comments.php from the parent theme(twenty twelve)to your child theme and change
    <?php comment_form(); ?>
    on about line 58 to
    <?php comment_form(array('comment_notes_after' => '', 'title_reply' => 'Leave a Comment')); // remove html advice and change name of comment form?>

Viewing 1 replies (of 1 total)
  • The topic ‘How remove lines under comment's textarea’ is closed to new replies.