"Home Page Responsive Menu Top Plus Slider - Beginner PSD to Bootstrap/CSS"
Bootstrap 3.3.0 Snippet by AttilaBre

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<nav id="navtop">
<div class="container-fluid">
<!--header navbar top left -->
<ul class="nav navbar-nav" id="nav-left">
<li><a href="#">
<i class="fa fa-user" aria-hidden="true"></i>MY ACCOUNT</a>
</li>
<li><a href="#">
<i class="fa fa-check-square-o" aria-hidden="true"></i>CHECK OUT</a>
</li>
<li><a href="#">
<i class="fa fa-heart-o" aria-hidden="true"></i>MY WISHLIST</a>
</li>
</ul>
<!--header navbar top right -->
<ul class="nav navbar-nav nav-pills" id="nav-right">
<li>
<a href="#">
<i class="fa fa-search" aria-hidden="true"></i>SEARCH</a>
</li>
<li>
<a href="#">
<i class="fa fa-shopping-bag" aria-hidden="true"></i>MYBAG</a>
</li>
<li><button type="btn btn-default navbar-btn">ENG</button></li>
<li><button type="btn btn-default navbar-btn">USD</button></li>
</ul>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*{
color: #b8b8b8 !important;
}
/* HEADER */
#nav-right{
float:right;
}
.nav>li>a:focus, .nav>li>a:hover {
text-decoration: none;
background-color: #fff;
color: #7079c6 !important;
}
.nav-pills>li.active>a{
color: #7178c6 !important;
font-weight: bold;
background-color: #fff;
}
.nav-pills>li.active>a:hover{
background-color: #fff;
}
.navbar-nav>li>a {
padding-top: 20px;
}
.navbar-toggle {
border: 2px solid #7178c6;
}
.icon-bar {
color: #7178c6;
border-color: #7178c6;
background-color: #7178c6;
}
#nav-right button{
font-size: 10px;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 10px;
background-color: #fff;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

Hello, i would like to change the header background color into blue, can someone help me?

Elian Lvn () - 7 years ago - Reply 0