Button Shortcodes

All Shortcodes can be implemented by using the Shortcode generator. Alternatively you can manually type them as shown below.
 
[reveal title="view code" ] [button url="#" ]Button Text[/button] [/reveal]

[reveal title="view code" ] [button url="#" color="magenta"]Button Text[/button] [/reveal]

[reveal title="view code" ] [button url="#" color="red"]Button Text[/button] [/reveal]


[reveal title="view code" ] [button url="#" color="orange"]Button Text[/button] [/reveal]

[reveal title="view code" ] [button url="#" color="yellow"]Button Text[/button] [/reveal]

[reveal title="view code" ] [button url="#" color="green"]Button Text[/button] [/reveal]

[reveal title="view code" ] [button url="#" color="aqua"]Button Text[/button] [/reveal]

[reveal title="view code" ] [button url="#" color="blue"]Button Text[/button] [/reveal]
 

[reveal title="view code" ] [button url="#" width="full"]Button Text[/button] [/reveal]

[reveal title="view code" ] [button url="#" color="blue" width="threequarter"]Three Quarter Button[/button] [/reveal] [reveal title="view code" ] [button url="#" color="aqua" width="half"]Half Width Button[/button] [/reveal]
[reveal title="view code" ] [button url="#" color="green" width="onequarter"]Quarter Width Button[/button] [/reveal]
 

Drop Panel Button

[reveal title="view code" ] [droppanelbutton color="blue"]Contact Me[/droppanelbutton] [/reveal]