What is the best way to create custom buttons for pages.

Examples.

  • I would like to have a custom checkout button that directs people to a specific URL for checking out.
  • I would like to add special profile specific buttons on my organization and person profiles.

Hope this is enough information. If it is not, I can expand on the information.

  • 187
  • 1
Comments
    • Hello @GFunnel !

      If the buttons will work like links then it would be simpler to create them as HTML in the RAW block, you may apply there the CSS classes of other button on your site like bx-btn bx-btn-primary

      Login or Join to comment.