Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Created November 5, 2017 19:19
Show Gist options
  • Select an option

  • Save AmeliaBriscoe/7bffd7453d5aabcd30e90ce4ed953acc to your computer and use it in GitHub Desktop.

Select an option

Save AmeliaBriscoe/7bffd7453d5aabcd30e90ce4ed953acc to your computer and use it in GitHub Desktop.
Change the link in the arrow on the 'Sales Page' landing page
<script type='text/javascript'>
jQuery(document).ready(function() {
jQuery('.button-more').attr('href','#');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment