Archived topic
Eliminar h3 en comments title y dejar comentario
1 reply · Started by jmpefe78gmail-com on September 14, 2019
Hola, quiero que tanto esto:
<h3 class="comments-title">
79 comentarios en “Google Search Console paso a paso” </h3>
Como esto:
<h3 id="reply-title" class="comment-reply-title">Deja un comentario <small>Cancelar respuesta</small></h3>
Se pongan en <p> y quitar h3. ¿Cómo lo hago?
Gracias
Hi there,
First you will need to use a child theme:
https://docs.generatepress.com/article/using-child-theme/
Then copy the comment.php file and paste it in the child theme folder:
https://github.com/tomusborne/generatepress/blob/master/comments.php
Then make the desired changes in the copied file:
https://github.com/tomusborne/generatepress/blob/master/comments.php#L44
https://github.com/tomusborne/generatepress/blob/master/comments.php#L62
Let me know :)