Markup
<input class="form-control" type="text" placeholder="Select a Date" data-flatpickr data-alt-input="true">
For detailed instructions, please see plugins documentation.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium lorem non vestibulum scelerisque. Proin a vestibulum sem, eget tristique massa. Aliquam lacinia rhoncus nibh quis ornare.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium lorem non vestibulum scelerisque. Proin a vestibulum sem, eget tristique massa. Aliquam lacinia rhoncus nibh quis ornare.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium lorem non vestibulum scelerisque. Proin a vestibulum sem, eget tristique massa. Aliquam lacinia rhoncus nibh quis ornare.
<div class="accordion" id="accordion-1" data-children=".accordion-item">
<div class="accordion-item">
<a data-toggle="collapse" data-parent="#accordion-1" href="#accordion-panel-1" aria-expanded="true" aria-controls="accordion-1">
<h5>Pane 1</h5>
<i class="h5 icon-chevron-small-right"></i>
</a>
<div id="accordion-panel-1" class="collapse show" role="tabpanel">
<p>
Pane 1 content
</p>
</div>
</div>
<div class="accordion-item">
<a data-toggle="collapse" data-parent="#accordion-1" href="#accordion-panel-2" aria-expanded="false" aria-controls="accordion-1">
<h5>Pane 2</h5>
<i class="h5 icon-chevron-small-right"></i>
</a>
<div id="accordion-panel-2" class="collapse" role="tabpanel">
<p>
Pane 2 Content
</p>
</div>
</div>
<div class="accordion-item">
<a data-toggle="collapse" data-parent="#accordion-1" href="#accordion-panel-3" aria-expanded="false" aria-controls="accordion-1">
<h5>Pane 3</h5>
<i class="h5 icon-chevron-small-right"></i>
</a>
<div id="accordion-panel-3" class="collapse" role="tabpanel">
<p>
Pane 3 Content
</p>
</div>
</div>
</div>
.avatar-xlg
.avatar-lg
.avatar
.avatar-square
.avatar-sm
.avatar-xs
.avatar
<img>
to format as a round avatar.avatar-square
.avatar
to format avatar with squared edges instead of rounded.avatar-xs
.avatar
to decrease default size considerably.avatar-sm
.avatar
to decrease default size.avatar-lg
.avatar
to increase default size.avatar-xlg
.avatar
to increase default size considerably<img>
into a background for the parent element.
.bg-image
<img>
to set image as the background for the parent elementposition:relative;
property set, as the Background Images feature uses absolute positioning.
<input class="form-control" type="text" placeholder="Select a Date" data-flatpickr data-alt-input="true">
For detailed instructions, please see plugins documentation.
.feature-list
<ul>
to format child <li>
items with space below.feature-list-sm
.feature-list
to decrease default space below each <li>
item.feature-list-lg
.feature-list
to increase default space below each <li>
item.feature-list-xlg
.feature-list
to increase default space below each <li>
item considerably
<div class="main-carousel" data-flickity='{ "cellAlign": "center", "contain": true, "prevNextButtons": true, "pageDots":true, "wrapAround":true, "autoPlay":5000, "imagesLoaded":true }'>
<div class="carousel-cell">
...
</div>
<div class="carousel-cell">
...
</div>
<div class="carousel-cell">
...
</div>
</div>
.icon-*
<i>
element with relevant class namePlease see here for a full class name reference to all available icons
.socicon-*
<i>
element with relevant class namePlease see here for a full class name reference to all available icons
<div class="wizard">
<ul class="nav nav-tabs text-center row mb-5">
<li class="col-3"><a href="#first" class="step-circle step-circle-sm">1</a></li>
<li class="col-3"><a href="#second" class="step-circle step-circle-sm">2</a></li>
<li class="col-3"><a href="#third" class="step-circle step-circle-sm">3</a></li>
<li class="col-3"><a href="#fourth" class="step-circle step-circle-sm">4</a></li>
</ul><!--end of col-->
<div class="tab-content">
<div id="first">
...
</div>
<div id="second">
...
</div>
<div id="third">
...
</div>
<div id="fourth">
...
</div>
</div>
</div>
.wizard
.nav
and .tab-content
.sw-btn-next
.tab-content
to progress the wizard forward.sw-btn-prev
.tab-content
to progress the wizard backward.logo-sm
.logo
.logo-lg
.logo
<img>
to restrict size of image to the theme's global line height.logo-sm
.logo
to decrease default logo size.logo-lg
.logo
to increase default logo size.step-circle
.step-circle-sm
.step-circle.bg-primary
.step-circle
.step-circle-sm
.step-circle
to decrease the default size.bg-primary,danger,warning,success,info
.step-circle
to change background color.modal-header-borderless
.modal-header
to remove border and padding from bottom.height-10
.height-20
.height-10,20,30,40,50,60,70,80,90,100
min-height
value to in vh
(viewport height) units..opacity-0
.opacity-10
.opacity-20
.opacity-30
.opacity-40
.opacity-50
.opacity-60
.opacity-70
.opacity-80
.opacity-90
.opacity-100
.opacity-0,10,20,30,40,50,60,70,80,90,100
opacity
value to in the corresponding value..text-blue
.text-indigo
.text-purple
.text-pink
.text-red
.text-orange
.text-yellow
.text-green
.text-teal
.text-cyan
.text-blue,indigo,purple,pink,red,orange,yellow,green,teal,cyan
color
property to the corresponding value. The color values correspond to the default colors found in the variable.scss
file.shadow
class
.shadow
.overflow-hidden
overflow: hidden;
.overflow-visible
overflow: visible;
<div class="video-cover">
<img alt="Image" src="..." class="bg-image" />
<div class="video-play-icon">
<i class="icon-controller-play"></i>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" data-src="..." allowfullscreen></iframe>
</div>
</div>
[data-action="zoom"]
<img>
to enable the Zoom lightbox feature