call to action button
-
How can we change the name of the button as well as the link behind it?
The blog I need help with is: (visible only to logged in users)
-
Hi,
Are you referring to the site https://msmhkeerat.wordpress.com, which has the Rowling theme activated, or to another site with perhaps a different theme activated? Ordinarily, when a theme has an optional call to action button, the corresponding WordPress.com theme guide would have a section on the button, and include a generic code. I find no indication in the Rowling theme guide that it supports a call to action button.
In general though, editing a call to action button is a simple matter. For example, the sample code for the call to action button in the Gateway theme guide is
<a href="http://example.com" class="button">Button Text</a>
which is of the form
<a href="link URL" class="button">link text</a>
Both the link URL and the link text may be changed to suit.
- The topic ‘call to action button’ is closed to new replies.