Tagged: button
Hello, I wish to use the “read more” theme button style on other pages and link them to other areas on my site. Is there a CSS or plain text way I can insert them on to a page and change what the button says?
Thanks!
Hi Ryan,
Just add below code in your page with the link.
<a class="call-to-action" href="http://addyourlinkhere.com" title="Button text">Button text</a>
Thank you!