Title: changing wordpress comments H3
Last modified: May 18, 2021

---

# changing wordpress comments H3

 *  [cirdec2](https://wordpress.org/support/users/cirdec2/)
 * (@cirdec2)
 * [5 years ago](https://wordpress.org/support/topic/changing-wordpress-comments-h3/)
 * Hi there
 * I use wordpress comments and I have a little problem.
    In the source code there
   is an H3 “Laisser un commentaire Annuler la réponse” (=leave a reply).
 *     ```
       <div id="respond" class="comment-respond">
                                       <h3 id="reply-title" class="comment-reply-title">
                                           Laisser un commentaire 
                                           <small>
                                               <a rel="nofollow" href="/cours-musique/purple-rain-revolution-prince/#respond">Annuler la réponse</a>
                                           </small>
                                       </h3>
       ```
   
 * I would like to change this H3 to <p> cause it’s bad for SEO
    I specify that 
   I don’t want to remove the comments box !
 * Thanks for your help
    Cirdec
    -  This topic was modified 5 years ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Fixed formatting

Viewing 1 replies (of 1 total)

 *  [Adedotun Abolaji](https://wordpress.org/support/users/adedotunayo/)
 * (@adedotunayo)
 * [5 years ago](https://wordpress.org/support/topic/changing-wordpress-comments-h3/#post-14447677)
 * Howdy [@cirdec2](https://wordpress.org/support/users/cirdec2/)
    This looks pretty
   straight forward, try this:
 *     ```
       <div id=”respond” class=”comment-respond”>
       <p id=”reply-title” class=”comment-reply-title”>
       Laisser un commentaire
       <small>
       Annuler la réponse
       </small>
       </p>
       ```
   
 * Adedotun Abolaji.
    -  This reply was modified 5 years ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Formatting

Viewing 1 replies (of 1 total)

The topic ‘changing wordpress comments H3’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Adedotun Abolaji](https://wordpress.org/support/users/adedotunayo/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/changing-wordpress-comments-h3/#post-14447677)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
