[section]

[h5_focus_heading]Standard[/h5_focus_heading]

[separator]

 

[h5_focus_heading]Separator with text[/h5_focus_heading]

[separator text=“Separator text goes here“]

 

[separator text=“It really looks awesome“]

 

[separator text=“Lorem Ipsum“]

 

[h5_focus_heading]Small Minimalistic Separator[/h5_focus_heading]

[separator small=“true“]

 

 

[h5_focus_heading]Separator With „To Top“ arrow[/h5_focus_heading]

[separator to_top=“true“]

 

 

[h5_focus_heading]Separator with button inside[/h5_focus_heading]

You can use any button size, or color. Simply use button shortcode inside separator.

 

[separator_shortcode]

[button title=“Purchase Now“ color=“black“ link=“#“ icon=“icon-bolt“]

[/separator_shortcode]

 

[separator_shortcode]

[button title=“Purchase Now“ color=“red“ link=“#“ size=“mega“ icon=“icon cloud“]

[/separator_shortcode]

 

[h5_focus_heading]Other special separators[/h5_focus_heading]

You can enter any shortcode inside separators. You can find some examples bellow.

 

[separator_shortcode]

[button title=“Purchase Now“ color=“orange“ link=“#“ icon=“icon-ok“]

[focus_separator_text]OR[/focus_separator_text]

[button title=“Find more information“ color=“grey“ link=“#“ icon=“gear icon“]

[/separator_shortcode]

 

[separator_shortcode]

[animate animation=“pulse“ duration=“0.5s“ iteration=“25000″]

[button title=“Animated Button“ color=“purple“ link=“#“ icon=“icon-briefcase“]

[/animate][/separator_shortcode]

 

[separator_shortcode]

[animate animation=“shake“ duration=“2s“ iteration=“25000″]

[button title=“Animated Button“ color=“blue“ link=“#“ icon=“icon-user“]

[/animate][/separator_shortcode]

 

[separator_shortcode]

[animate animation=“tada“ duration=“2s“ iteration=“25000″]

[button title=“Animated Button“ color=“black“ link=“#“ icon=“icon-cog“]

[/animate][/separator_shortcode]

[/section]

 

[infobox last_column=“true“ color=“blue“ size=“col-12″]These are just some examples of shortcodes, there are unlimited variations.

 

Aegaeus comes with super awesome user friendly Shortcode Generator which allows you to create any of many shortcodes in less than 2 clicks. If you prefer the code, you can find it bellow. You can copy-paste it to your page. Comments are annotated with double slashes //[/infobox]

[clear]

[section]

[toggle title=“Get the code“]

// Standard Separator
[separator]

// Small Minimalistic Separator
[separator small="true"]

// Separator With To Top Arrow
[separator to_top="true"]

// Separator With Text Inside
[separator text="Enter text here"]

// Separator With Shortcode Inside
[separator_shortcode][button title="Button" color="black" link="#" icon="icon-cog"][/separator_shortcode]

[/toggle]

[/section]