Skip to content

Instantly share code, notes, and snippets.

@ryandejaegher
Created June 11, 2020 14:24
Show Gist options
  • Select an option

  • Save ryandejaegher/75aff3979bddeb956d94db92679dfe4b to your computer and use it in GitHub Desktop.

Select an option

Save ryandejaegher/75aff3979bddeb956d94db92679dfe4b to your computer and use it in GitHub Desktop.
<script>
var newSummaryCTA = 'Learn More About This';
var getSummaryCTA = document.querySelectorAll('.summary-read-more-link');
getSummaryCTA.forEach(item => {item.textContent = newSummaryCTA });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment