Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save elicus/3a44a774d5ab6e10ec46d35036069a83 to your computer and use it in GitHub Desktop.
Save elicus/3a44a774d5ab6e10ec46d35036069a83 to your computer and use it in GitHub Desktop.
Change text for "All Items" in Divi Restro Menu Plugin. Add the following code to the Divi Theme Options >> Integrations >> Add Code to the Head of your Blog
<script>
jQuery(window).load(function(){
jQuery('.el-drm-menu-items-categories').find('li[data-id=""]').text('Custom text');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment