Hover effects

Bootstrap hover effects

Note: We are transitioning MDB4 to a legacy version and focusing on developing MDB5. While we'll continue to support for the transition period, we encourage you to migrate to MDB5. We're offering a huge discount on MDB5 PRO to help with your transition, enabling you to leverage the full potential of the latest version. You can find more information here.
upgrade with discount

A Bootstrap hover effect appears when the user positions the computer cursor over an element without activating it. Hover effects make a website more interactive.

However, we don't recommend that you mix hover effects with functional elements (like a drop-down on hover or hidden buttons visible only after hovering) because such approach isn't mobile-friendly.

MDB is a mobile-first framework, so we attach great importance on making each component easy to use for touch screens.

That's why our hover effects are gentle and decorative.


Basic examples

smaple image

Strong overlay

smaple image

Light overlay

smaple image

Super light overlay

smaple image

Zoom effect

Shadow effect

smaple image
Strong red overlay
        
            

        <div class="view overlay">
            <img src="https://mdbootstrap.com/img/Photos/Others/forest-sm.webp" class="img-fluid " alt="smaple image">
            <div class="mask flex-center rgba-red-strong">
                <p class="white-text">Strong overlay</p>
            </div>
        </div>

      
        
    
Light blue overlay
        
            

        <div class="view overlay">
            <img src="https://mdbootstrap.com/img/Photos/Others/forest-sm.webp" class="img-fluid " alt="smaple image">
            <div class="mask flex-center rgba-blue-light">
                <p class="white-text">Light overlay</p>
            </div>
        </div>

      
        
    
Super light green overlay
        
            

        <div class="view overlay">
            <img src="https://mdbootstrap.com/img/Photos/Others/forest-sm.webp" class="img-fluid " alt="smaple image">
            <div class="mask flex-center rgba-green-slight">
                <p class="white-text">Super light overlay</p>
            </div>
        </div>

      
        
    
Zoom effect
        
            

        <!--Zoom effect-->
        <div class="view overlay zoom">
            <img src="https://mdbootstrap.com/img/Photos/Horizontal/Nature/6-col/img%20(131).webp" class="img-fluid " alt="smaple image">
            <div class="mask flex-center">
                <p class="white-text">Zoom effect</p>
            </div>
        </div>

      
        
    
Shadow effect
        
            

        <img src="[...]" class="hoverable">

      
        
    

Instructions

Step 1: Create a wrapper containing the class .view.

        
            

        <div class="view">
            [...]
        </div>

      
        
    

Step 2: Add a class for the effect you want to use (for example .overlay or .zoom).

        
            

        <div class="view overlay">
            [...]
        </div>

      
        
    

Step 3: Set a path to the image. If you want to make your image responsive, remember to add the class.img-fluid.

        
            

        <div class="view overlay">
            <img src="https://mdbootstrap.com/img/Photos/Horizontal/City/6-col/img%20(3).webp" class="img-fluid " alt="">
        </div>

      
        
    

Step 4: Add the class .mask to cover the image with the overlay and choose the color and intensity of the overlay.

        
            

        <div class="view overlay">
            <img src="https://mdbootstrap.com/img/Photos/Horizontal/City/6-col/img%20(3).webp" class="img-fluid " alt="">
             <div class="mask rgba-red-strong">

            </div>
        </div>

      
        
    

Step 5: If you want to add some text, you can use the class .flex-center to center it, and .white-text to give your text a stronger contrast and make it more visible.

        
            

        <div class="view overlay">
            <img src="https://mdbootstrap.com/img/Photos/Horizontal/City/6-col/img%20(3).webp" class="img-fluid " alt="">
            <div class="mask flex-center rgba-red-strong">
                <p class="white-text">Strong overlay</p>
            </div>
        </div>

      
        
    

Zoom effect.

To use a zoom effect, follow the instruction above, but instead of .overlay add the class .zoom.

Shadow effect.

To use a shadow effect, you only need to add the .hoverable class to the chosen element.


Colors and intensity

Use one of the classes below to change the color and intensity of the overlay.


Strong overlay


Image with a strong blue overlay.

.rgba-blue-strong

Image with a strong red overlay.

.rgba-red-strong

Image with a strong pink overlay.

.rgba-pink-strong

Image with a strong purple overlay.

.rgba-purple-strong

Image with a strong indigo overlay.

.rgba-indigo-strong

Image with a strong cyan overlay.

.rgba-cyan-strong

Image with a strong teal overlay.

.rgba-teal-strong

Image with a strong green overlay.

.rgba-green-strong

Image with a strong lime overlay.

.rgba-lime-strong

Image with a strong yellow overlay.

.rgba-yellow-strong

Image with a strong orange overlay.

.rgba-orange-strong

Image with a strong brown overlay.

.rgba-brown-strong

Image with a strong grey overlay.

.rgba-grey-strong

Image with a strong blue-grey overlay.

.rgba-blue-grey-strong

Image with a strong black overlay.

.rgba-black-strong

Image with a strong stylish overlay.

.rgba-stylish-strong

Image with a strong white overlay.

.rgba-white-strong


Light overlay


Image with a light blue overlay.

.rgba-blue-light

Image with a light red overlay.

.rgba-red-light

Image with a light pink overlay.

.rgba-pink-light

Image with a light purple overlay.

.rgba-purple-light

Image with a light indigo overlay.

.rgba-indigo-light

Image with a light cyan overlay.

.rgba-cyan-light

Image with a light teal overlay.

.rgba-teal-light

Image with a light green overlay.

.rgba-green-light

Image with a light lime overlay.

.rgba-lime-light

Image with a light yellow overlay.

.rgba-yellow-light

Image with a light orange overlay.

.rgba-orange-light

Image with a light brown overlay.

.rgba-brown-light

Image with a light grey overlay.

.rgba-grey-light

Image with a light blue-grey overlay.

.rgba-blue-grey-light

Image with a light black overlay.

.rgba-black-light

Image with a light stylish overlay.

.rgba-stylish-light

Image with a light white overlay.

.rgba-white-light


Super light overlay


Image with a slight blue overlay.

.rgba-blue-slight

Image with a slight red overlay.

.rgba-red-slight

Image with a slight pink overlay.

.rgba-pink-slight

Image with a slight purple overlay.

.rgba-purple-slight

Image with a slight indigo overlay.

.rgba-indigo-slight

Image with a slight cyan overlay.

.rgba-cyan-slight

Image with a slight teal overlay.

.rgba-teal-slight

Image with a slight green overlay.

.rgba-green-slight

Image with a slight lime overlay.

.rgba-lime-slight

Image with a slight yellow overlay.

.rgba-yellow-slight

Image with a slight orange overlay.

.rgba-orange-slight

Image with a slight brown overlay.

.rgba-brown-slight

Image with a slight grey overlay.

.rgba-grey-slight

Image with a slight blue-grey overlay.

.rgba-blue-grey-slight

Image with a slight black overlay.

.rgba-black-slight

Image with a slight stylish overlay.

.rgba-stylish-slight

Image with a slight white overlay.

.rgba-white-slight


Gradient overlay


To make gradient partialy overlay your photo on hover add css to set opacity to the desired value. This example has styling as follows: .overlay .mask:hover { opacity: 0.5; }

Image with a slight blue overlay.

.warm-flame-gradient

Image with a slight red overlay.

.night-fade-gradient

Image with a slight pink overlay.

.spring-warmth-gradient

Image with a slight purple overlay.

.juicy-peach-gradient

Image with a slight indigo overlay.

.young-passion-gradient

Image with a slight cyan overlay.

.rainy-ashville-gradient

Image with a slight blue overlay.

.sunny-morning-gradient

Image with a slight red overlay.

.lady-lips-gradient

Image with a slight pink overlay.

.winter-neva-gradient

Image with a slight purple overlay.

.frozen-dreams-gradient

Image with a slight indigo overlay.

.dusty-grass-gradient

Image with a slight cyan overlay.

.tempting-azure-gradient

Image with a slight blue overlay.

.heavy-rain-gradient

Image with a slight red overlay.

.amy-crisp-gradient

Image with a slight pink overlay.

.mean-fruit-gradient

Image with a slight purple overlay.

.deep-blue-gradient

Image with a slight indigo overlay.

.ripe-malinka-gradient

Image with a slight cyan overlay.

.cloudy-knoxville-gradient

Image with a slight purple overlay.

.morpheus-den-gradient

Image with a slight indigo overlay.

.rare-wind-gradient

Image with a slight cyan overlay.

.near-moon-gradient