Skip to content

Instantly share code, notes, and snippets.

@cristiancorreau
Last active June 12, 2017 02:17
Show Gist options
  • Save cristiancorreau/9414ca114ebc06ec777c317ad8ff5c31 to your computer and use it in GitHub Desktop.
Save cristiancorreau/9414ca114ebc06ec777c317ad8ff5c31 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");
jQuery("a.et_pb_more_button.et_pb_button").text("Seguir leyendo");
jQuery("input#submit.submit.et_pb_button").val("Enviar comentario");
});
</script>
@cristiancorreau
Copy link
Author

Insert in Divi > Theme Options > Integrations >Add code to the < head > of your blog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment