Utility classes

Utility classes — formerly helper classes to speed up your development process.


For faster mobile-friendly and responsive development, Bootstrap includes dozens of utility classes for showing, hiding, aligning, and spacing content.

Bootstrap utilities

We have added new utility classes in theme to speed up your development process. Checkout the list below:

Utility class name Description Available options
.grayscale To apply grayscale filter on image or any section. On hover it will change back to normal -
.opacity-# Set opacity to elements by using this class .opacity-1
.opacity-2
.opacity-3
.opacity-4
.opacity-5
.opacity-6
.opacity-7
.opacity-8
.opacity-9
.z-index-# Set z-index .z-index-9
.z-index-99
.z-index-n9 Set z-index in negative -
.h-### Height utilities. You can also set different height in different Screen sizes by combining with Screen sizes classes h-md-400px .h-20px
.h-30px
.h-40px
.h-50px
.h-60px
.h-70px
.h-100px
.h-150px
.h-200px
.h-300px
.h-400px
.w-### Width utilities. You can also set different width in different Screen sizes by combining with Screen sizes classes w-md-400px .w-20px
.w-30px
.w-40px
.w-50px
.w-60px
.w-70px
.w-80px
.w-100px
.w-200px
.w-300px
.w-400px
.icon-xs, .icon-sm, md, lg, xl and xxl Set icon box with fixed height and width .icon-xs
.icon-sm
.icon-md
.icon-lg
.icon-xl
.icon-xxl
.blur-# Add blur effect to element .blur-1
.blur-2
.blur-3
.blur-4
.blur-5
.blur-6
.blur-7
.blur-8
.blur-9