Skip to content

Instantly share code, notes, and snippets.

@crumina
Last active September 30, 2015 11:12
Show Gist options
  • Save crumina/7e5bbb0a01c878fc9642 to your computer and use it in GitHub Desktop.
Save crumina/7e5bbb0a01c878fc9642 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function(){
jQuery(".widget_crum_block_fetures_box").find("a.link.clickable").removeAttr('href');
jQuery(".widget_block-fetures-box").find(".button").hide();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment