Turn any link into a big button that will stand out! Switch to the WordPress text editor and locate the link you want to make into a CTA. It should look something like this:
<a href="URLHERE">hyperlink text here</a>
Add class=”CTA” to the code, so it looks like this:
<a href="URLHERE" class="CTA">hyperlink text here</a>