Skip to content

Instantly share code, notes, and snippets.

@cristiancorreau
Created June 12, 2017 01:48
Show Gist options
  • Save cristiancorreau/2903b52365166400303dff0634aaee88 to your computer and use it in GitHub Desktop.
Save cristiancorreau/2903b52365166400303dff0634aaee88 to your computer and use it in GitHub Desktop.
Wordpress Divi Theme : Traducir Divi botón Read More
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("button.et_pb_contact_submit.et_pb_button").text('Enviar');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment