Created
November 15, 2017 14:56
-
-
Save Pavracer/9eac8dd26fb011650562ef7e102ec2ba to your computer and use it in GitHub Desktop.
new_comment_tittle.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| jQuery( document ).ready(function() { | |
| jQuery('.et_pb_comments_module h3#reply-title span').text('Talk to me'); | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment