Skip to content

Instantly share code, notes, and snippets.

@dainiuxt
Last active March 22, 2017 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dainiuxt/0cc72e885513331d237e8267447152d5 to your computer and use it in GitHub Desktop.
Save dainiuxt/0cc72e885513331d237e8267447152d5 to your computer and use it in GitHub Desktop.
Submit Button Text in contact module can be changed by applying some JavaScript, just follow given steps to achieve the goal. Go to Divi > Theme Option > Integration Paste the given code in Head section
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("button.et_pb_contact_submit").text('<strong>This is it</strong>');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment