Button
Create a button element.
Syntax
[dexp_button link="#" icon="fa fa-home" class="custom_class"]Button text[/dexp_button]
Result
<a class="dexp-shortcodes-button btn btn-md bg-white" href="#"><i class="fa fa-home"></i>Button text</a>
Attributes
link: is path to new content.
icon: can be FontAwesome class such as "fa fa-home" or any font which theme support.
class: custom class for button.