You can add a button element by using the “Button” button in the WordPress editor:
You can also use the “gosbutton” shortcode in other sections outside of the editor, that support shortcodes:
The button shortcode supports the following attributes:
-
- text – the button text
- link – the button link
- color – the button color in a hexadecimal format
- style – default | border – the border style applies a transparent background and only a border to the button
- target – _self | _blank – set to open the link in the same window/tab or a new one. Use target=”_blank” to open the link in a new window: