content logo

Bootstrap Footers:

Bootstrap Blue Footer with Hover Effect

Have you ever landed on a website but failed to find what you were searching for in the main pages and navigation menus of that site? Have you ever considered buying a product from an e-commerce website but were unable to find the return policy? The confusion such scenarios can cause may prompt some of your users to actually become frustrated and leave the website to search for site with more transparency and intuitiveness.

In this post, we have a Bootstrap red and blue footer template. This beautiful Bootstrap responsive footer has been designed to improve the look of your website and its beauty. The Bootstrap footer hover effect turns the colour of each text to red on mouse hover. The copyright claim section is also available with a light blue background. This beautiful red and blue footer, also features social network icons to ensure convenient and easy access to the business’s social media pages. These icons will also change background colour in hover mode. The links are also part of the hover effect so they will change as well. All in all, this is a great responsive Bootstrap footer for your website which you can use for absolutely no costs.

#

Blue Footer

#

Bootstrap Footer

#

Bootstrap Red Footer

#

Bootstrap Responsive Footer

#

Bootstrap Footer Hover Effect

<!-- This script got from frontendfreecode.com -->
<div class="container">
    <div class="row">
        <div class="col-md-12">
            <footer class="footer">
                <div class="container">
                    <div class="row">
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                About us
                            </div>
                            <p class="white-text">
                                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500 text of the printing.
                            </p>
                        </div>
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                Latest themes
                            </div>
                            <div class="footer-links">
                                <a href="#">
                                    Appointment
                                </a>
                                <a href="#">
                                    Health center
                                </a>
                                <a href="#">
                                    Quality
                                </a>
                                <a href="#">
                                    Wallstreet
                                </a>
                            </div>
                        </div>
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                Quick Links
                            </div>
                            <div class="footer-links">
                                <a href="#">
                                    Blog
                                </a>
                                <a href="#">
                                    FAQ
                                </a>
                                <a href="#">
                                    Terms & conditions
                                </a>
                                <a href="#">
                                    Privacy policy
                                </a>
                            </div>
                        </div>
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                Support
                            </div>
                            <div class="footer-links">
                                <a href="#">
                                    Affiliate
                                </a>
                                <a href="#">
                                    Login
                                </a>
                                <a href="#">
                                    All theme package
                                </a>
                                <a href="#">
                                    Support forum
                                </a>
                            </div>

                            <div class="footer-social-links m-t-30">
                                <li>
                                    <a href="#">
                                        <i class="fa fa-facebook" aria-hidden="true"></i>
                                    </a>
                                    <a href="#">
                                        <i class="fa fa-twitter" aria-hidden="true"></i>
                                    </a>
                                    <a href="#">
                                        <i class="fa fa-linkedin" aria-hidden="true"></i>
                                    </a>
                                    <a href="#">
                                        <i class="fa fa-youtube" aria-hidden="true"></i>
                                    </a>
                                </li>
                            </div>
                        </div>
                    </div>
                </div>
            </footer>
            <div class="footer-bottom">
                Copyright © 2017, All Rights Reserved
            </div>
        </div>
    </div>
</div><a style="font-size: 8pt; text-decoration: none" target="_blank" href="http://frontendfreecode.com">Free Frontend</a>
                                                                            
.footer {
    padding: 60px 0;
    width: 100%;
    background: #3B008D;
    color: #fff;
}
.footer-title {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4e4e4e;
}
.footer-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    background: #ff304d;
}
.footer-links a {
    padding: 10px 0;
    border-bottom: 1px solid #404040;
    color: #fff;
    display: block;
    transition: color 0.5s ease-in-out;
    text-decoration: none;
}
.footer-links a:hover {
    color: #ff304d;
}
.footer-social-links li {
    display: inline-block;
}
.footer-social-links a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #404040;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 1;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #3B008D;
}
.footer-social-links a:hover {
    background: #ff304d;
}
/* g. Footer bottom section */
.footer-bottom {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background: rgb(9, 95, 234);
}
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css'></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from frontendfreecode.com -->

<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css'></script>
<style>
.footer {
    padding: 60px 0;
    width: 100%;
    background: #3B008D;
    color: #fff;
}
.footer-title {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4e4e4e;
}
.footer-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    background: #ff304d;
}
.footer-links a {
    padding: 10px 0;
    border-bottom: 1px solid #404040;
    color: #fff;
    display: block;
    transition: color 0.5s ease-in-out;
    text-decoration: none;
}
.footer-links a:hover {
    color: #ff304d;
}
.footer-social-links li {
    display: inline-block;
}
.footer-social-links a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #404040;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 1;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #3B008D;
}
.footer-social-links a:hover {
    background: #ff304d;
}
/* g. Footer bottom section */
.footer-bottom {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background: rgb(9, 95, 234);
}
</style>

</head>
<body>
<div class="container">
    <div class="row">
        <div class="col-md-12">
            <footer class="footer">
                <div class="container">
                    <div class="row">
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                About us
                            </div>
                            <p class="white-text">
                                Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500 text of the printing.
                            </p>
                        </div>
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                Latest themes
                            </div>
                            <div class="footer-links">
                                <a href="#">
                                    Appointment
                                </a>
                                <a href="#">
                                    Health center
                                </a>
                                <a href="#">
                                    Quality
                                </a>
                                <a href="#">
                                    Wallstreet
                                </a>
                            </div>
                        </div>
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                Quick Links
                            </div>
                            <div class="footer-links">
                                <a href="#">
                                    Blog
                                </a>
                                <a href="#">
                                    FAQ
                                </a>
                                <a href="#">
                                    Terms & conditions
                                </a>
                                <a href="#">
                                    Privacy policy
                                </a>
                            </div>
                        </div>
                        <div class="col-md-3 m-b-30 col-xs-6">
                            <div class="footer-title m-t-5 m-b-20 p-b-8">
                                Support
                            </div>
                            <div class="footer-links">
                                <a href="#">
                                    Affiliate
                                </a>
                                <a href="#">
                                    Login
                                </a>
                                <a href="#">
                                    All theme package
                                </a>
                                <a href="#">
                                    Support forum
                                </a>
                            </div>

                            <div class="footer-social-links m-t-30">
                                <li>
                                    <a href="#">
                                        <i class="fa fa-facebook" aria-hidden="true"></i>
                                    </a>
                                    <a href="#">
                                        <i class="fa fa-twitter" aria-hidden="true"></i>
                                    </a>
                                    <a href="#">
                                        <i class="fa fa-linkedin" aria-hidden="true"></i>
                                    </a>
                                    <a href="#">
                                        <i class="fa fa-youtube" aria-hidden="true"></i>
                                    </a>
                                </li>
                            </div>
                        </div>
                    </div>
                </div>
            </footer>
            <div class="footer-bottom">
                Copyright © 2017, All Rights Reserved
            </div>
        </div>
    </div>
</div><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Free Frontend</a></div>

</body>
</html>
Preview