- This topic has 5 replies, 2 voices, and was last updated 5 years, 9 months ago by Andrew Misplon.
- AuthorPosts
- February 8, 2019 at 3:18 am #12007
JackieParticipantHow do I add clickable buttons? I see references to buttons but no instructions on how to create and add them.
Thanks,
JackieFebruary 8, 2019 at 3:52 am #12008
Andrew MisplonKeymasterHi Jackie
Where do you see references to buttons?
Where do you want to add them?
Thanks
February 8, 2019 at 4:02 am #12009
JackieParticipantHI Andrew,
I searched for “buttons” and “clickable buttons” in the the documentation. I got a page where buttons were mentioned but I didn’t see how to create them.
I want to add links as buttons to the content pages. The link the buttons to the Contact page.
If there is no button maker in the theme I can get the code to make one.
Thanks,
JackieFebruary 8, 2019 at 4:08 am #12010
Andrew MisplonKeymasterThanks. Are you using a Page Builder, the Block Editor or the Classic Editor?
February 8, 2019 at 4:47 pm #12011
JackieParticipantI’m using the Classic Editor that comes with WordPress.
Thanks.February 9, 2019 at 11:11 am #12023
Andrew MisplonKeymasterIf you’re using the Classic Editor and no Page Builder plugin then you’d either need to use a shortcode plugin or manually code the button in the Text tab. A button in HTML would look like this:
<a href="http://yourlinkgoeshere.com" class="button">Button Text</a>
- AuthorPosts
You must be logged in to reply to this topic.