How to add Pro button inside Text element?

Please see subject thanks. :slight_smile:

Hi There,

Thank you for writing in, you can use the Button shortcode to place a button inside Text element.

Hope it helps,
Cheers!

Is there a way to use HTML to construct a button? I am trying to make it work with this Calendly embed popup code (in secure note).

Hi there,

If you want to add a button using the html structure, you just have to make sure that you add the classes x-btn x-btn-flat x-btn-pill x-btn-regular to the link tag just like this:

<a href="#" class="x-btn x-btn-flat x-btn-pill x-btn-regular">The Button</a>

Hope this helps.

Yeah that works thanks!

How do I change the color of the button?

Hi there,

Kindly go to Pro > Launch > Theme Options > Buttons and you will see options to change the color of the button.

Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.