Search for: Log In Free Support [Resolved] Remove H3 Tag in Leave a Comment Home › Forums › Support › Remove H3 Tag in Leave a Comment This topic has 11 replies, 4 voices, and was last updated 1 year, 6 months ago by Leo. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts August 8, 2019 at 6:46 pm #979481 Phuoc Hello Support, How can i remove <H3> tag (Replace to <p> tag) in this? https://prnt.sc/oqawrr Thanks August 8, 2019 at 8:34 pm #979508 LeoStaff Customer Support Hi there, You will need to create a child theme: https://docs.generatepress.com/article/using-child-theme/ Copy and paste the comments.php file in the child theme folder: https://github.com/tomusborne/generatepress/blob/master/comments.php Then make changes to line 44 and 62: https://github.com/tomusborne/generatepress/blob/master/comments.php#L44 https://github.com/tomusborne/generatepress/blob/master/comments.php#L62 Let me know if this helps 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 8, 2019 at 9:32 pm #979529 Phuoc Hello Leo, This edit only change the “comments-title” , the “Leave a Comment” text not change. August 9, 2019 at 3:17 am #979684 DavidStaff Customer Support Hi there, you can use the filter i provided here: https://generatepress.com/forums/topic/change-h3-in-comments/#post-821318 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 9, 2019 at 5:44 am #979771 Phuoc Thanks David Very much. August 9, 2019 at 6:05 am #979788 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 10, 2019 at 8:24 pm #981036 George David, is there a filter to remove the H3 without resulting in using a child theme? August 11, 2019 at 4:39 am #981188 DavidStaff Customer Support You can use the Code Snippets plugin to add the filter. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 11, 2019 at 7:31 am #981257 George What I mean is if this comment has a snippet? August 11, 2019 at 7:40 am #981264 DavidStaff Customer Support If you want to make changes to the comments template then a child theme has to be used. Some of the comments.php is not filterable at this time Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 11, 2019 at 6:50 pm #981670 George There is no need then to use a child theme for just that one feature, though it is flagged on accessibility checkers. August 11, 2019 at 8:05 pm #981694 LeoStaff Customer Support If he wants to change the <h3> and keep the modification through updates, then a child theme is needed. Using a child theme should have minimum impact on a site. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In