Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created July 10, 2018 21:17
Show Gist options
  • Save Pavracer/9a69360ca1af7f924368f50abd367cec to your computer and use it in GitHub Desktop.
Save Pavracer/9a69360ca1af7f924368f50abd367cec to your computer and use it in GitHub Desktop.
<script>
jQuery(window).load(function(){
if (jQuery("#top-menu .cartcontents").text() == '0 artikelen'){
jQuery("#top-menu .cartcontents").text('');
}
jQuery("#top-menu .wpmenucartli").addClass('visible');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment