Resolved

Clickable buttons

Ultra Theme started by Jackie Feb 8, 2019 5 replies
Jackie Feb 8, 2019 · 3:18 am #12007

How do I add clickable buttons? I see references to buttons but no instructions on how to create and add them.

Thanks,
Jackie

Andrew Misplon Puro Feb 8, 2019 · 3:52 am #12008

Hi Jackie

Where do you see references to buttons?

Where do you want to add them?

Thanks

Jackie Feb 8, 2019 · 4:02 am #12009

HI 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,
Jackie

Andrew Misplon Puro Feb 8, 2019 · 4:08 am #12010

Thanks. Are you using a Page Builder, the Block Editor or the Classic Editor?

Jackie Feb 8, 2019 · 4:47 pm #12011

I’m using the Classic Editor that comes with WordPress.
Thanks.

Andrew Misplon Puro Feb 9, 2019 · 11:11 am #12023

If 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>

6 posts