Shortcodes are small texts wrapped in "[" and "]" that are converted by WordPress.
This theme has a built in button in your editor for you to easily add shortcodes.
Using this button you will open a configuration screen and easily generate shortcodes and build pages right away.
Tabs
COPY CODE
<div class="kleo-tabs tabbable" data-interval="0">
<ul class="nav nav-tabs responsive-tabs tabs-style-default"><li class="active"><a href="#tab-title-1" data-toggle="tab" onclick="return false;">Title 1</a></li><li><a href="#tab-title-2" data-toggle="tab" onclick="return false;">Title 2</a></li></ul>
<div class="tab-content">
<div id="tab-title-1" class="tab-pane active">
Tab Content 1
</div>
<div id="tab-title-2" class="tab-pane">
Tab Content 2
</div> </div>
</div>