Created
June 11, 2020 14:24
-
-
Save ryandejaegher/75aff3979bddeb956d94db92679dfe4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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