Home › Forums › Support › Changing Comment title and button This topic has 5 replies, 3 voices, and was last updated 1 year, 3 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 28, 2020 at 3:07 am #1507431 Luis Hi, I tried searching for a while and came up empty… Where it says “Leave a Comment” and the button “Post Comment” for this demo > (https://gpsites.co/read/read-post/) How do I go about changing this? Is there somewhere simple to edit this or is this with some CSS? Thank you October 28, 2020 at 4:40 am #1507554 DavidStaff Customer Support Hi there, this document explains how to change the comment title: https://docs.generatepress.com/article/generate_leave_comment/ And this filter is used for the Comment Button text: https://docs.generatepress.com/article/generate_post_comment/ Heres an example of both filters: add_filter( 'generate_leave_comment', function () { return 'Comment title text'; } ); add_filter( 'generate_post_comment',function () { return 'Post comment button text'; } ); https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 28, 2020 at 8:51 pm #1508750 Luis Thank you David. That’s fixed it. 🙂 October 29, 2020 at 2:36 am #1508934 DavidStaff Customer Support Glad to hear that Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 8, 2021 at 10:25 am #1687127 Bob David, Thank you! March 8, 2021 at 10:28 am #1687135 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In