Icon Box

Version 1

It is represented by .ib-v1 class.

<div class="icon-box ib-v1">
  <i class="oli oli-beaker"></i>
  <h3 class="title">Research Driven</h3>
  <p>Suitable for large list of people<br> in case you just want to list.</p>
</div>

Version 2

It is represented by .ib-v2 class and the result would be:

Version 2

Version 3

It is represented by .ib-v3 class. The markup is as below:

The result would be:

Version 3

Adding .ib-boxed class to this item would lead to:

Version 3 boxed

skins

  • Grey skin: default

  • Blue skin: "ib-blue" class

  • Dark skin: "ib-dark" class

  • Red skin: "ib-red" class

  • Greeb skin: "ib-green" class

Note You can also use "set-bg" class and add a background image as well:

version 4

It is represented by .ib-v4 class. The markup is just like version 3 (as you noticed using button is optional) & the result would be:

Version 4

By adding .icon-theme class to .ib-v4 the icon would be colored as theme color.

Version 5

It is represented by .ib-v5 class.

By adding .no-anim class there would be no animation effect on mouse hover.

Version 6

It is represented by "ib-v6" class. The markup is shown below:

The result would be:

Version 6

By adding .no-anim class there would be no animation effect on mouse hover.

Version 7

It is represented by .ib-v7 class.

skins

  • Theme color skin : default

  • Dark skin : "ib-dark" class

  • Blue skin : "ib-blue" class

  • Green skin : "ib-green" class

  • Red skin : "ib-red" class

version 8

It is represented by .ib-v8 class.

skins

  • Theme color skin : default

  • Dark skin : .ib-dark class

  • Blue skin : .ib-blue class

  • Green skin : .ib-green class

  • Red skin : .ib-red class

By adding .dark-overlay class the item would be inactive and not clickable.

Grad-box

Grad boxes are designed to be use in full-width no-gap between grids but they can be used separately as well. Markup is like:

To make it dark switch .light-grad with .dark-wrapper class

Last updated