How to add a button to a page on expanse theme?

Need guidance on how to add a button on a page. There are ways to add a section then add a button. But on a page where there is text how do you add just a button?

  1. Locate the position in the HTML markup where you want to insert the button code.
  2. Add the HTML code for the button. The basic structure of a button in HTML typically looks like this:
Button Text
​

Replace URL with the actual URL you want the button to link to, and button-class with any CSS class you want to apply to the button for styling purposes. You can also modify the “Button Text” to display the desired text on the button.

This is super helpful! Thank you! I went to the backend of Shopify to Pages to add in within the text and it just pops up as the code itself. Is there elsewhere on the backend that I am supposed to insert the code?

This is super helpful! Thank you! I went to the backend of Shopify to Pages to add in within the text and it just pops up as the code itself. Is there elsewhere on the backend that I am supposed to insert the code?