Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 15, 2017 14:56
Show Gist options
  • Select an option

  • Save Pavracer/9eac8dd26fb011650562ef7e102ec2ba to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/9eac8dd26fb011650562ef7e102ec2ba to your computer and use it in GitHub Desktop.
new_comment_tittle.js
<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