"newsletter box-still working"
Bootstrap 3.0.0 Snippet by jeevan123456

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<div class="Footop-newsletter">
<div class="container">
<div class="row text-center">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="Footop-title">
<h5>Subscribe to our Newsletter</h5>
</div>
<input type="text" id="mc_email1" class="field-input" name="mc_email" placeholder=" Enter Your Email Address...">
<input class="subscribe-btn bgcolor" id="btn_newsletter_1" type="submit" value="Sign Up">
</div>
</div>
</div>
</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
.Footop-newsletter {
text-align: center;
border-bottom: 1px solid #22252d;
padding-bottom: 56px;
margin-bottom: 39px;
background-color: #282C35 !important;
padding: 66px 0 40px;
}
.Footop-title {
margin-bottom: 30px;
padding: 0;
}
.Footop-title h5 {
font-size: 20px !important;
margin-bottom: 0;
text-transform: uppercase !important;
color: #adb0b6 !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
}
input[type="text"] {
color: #b4b4b4;
height: 47px;
padding: 0 0 0 20px;
background: #fff;
border: none;
border-radius: 4px;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
box-shadow: none;
}
input[type=text] {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
http://foodbakery.chimpgroup.com/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: