"Shop:: Category Child"
Bootstrap 3.3.0 Snippet by fathankudo

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 ---------->
<div class="container">
<div class="row category-child" style="margin-top:20px">
<div class="col-lg-2 col-md-4 col-xs-6 thumb ">
<a class="thumbnail" href="#">
<img class="img-responsive" src="http://kudo.co.id/wp-pictures/product/example/woven_che_white.jpg" alt="">
<div class="wrapper">
<div class="caption post-content">
<span>Kebutuhan Ibu dan Anak</span>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6 thumb ">
<a class="thumbnail" href="#">
<img class="img-responsive" src="http://image.kudo.co.id/wp-content/uploads/2015/10/fashion.png" alt="">
<div class="wrapper">
<div class="caption post-content">
<span>Produk Pilihan</span>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-xs-6 thumb ">
<a class="thumbnail" href="#">
<img class="img-responsive" src="http://image.kudo.co.id/wp-content/uploads/2015/10/hijab.png" alt="">
<div class="wrapper">
<div class="caption post-content">
<span>Produk Pilihan</span>
</div>
</div>
</a>
</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
.category-child .post-content span {
color: #fff;
}
.category-child .post-content {
background-color: rgba(7, 7, 7, 0.65);
color: #fff;
margin-top: -30px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
height: 30px;
overflow: hidden;
}
.thumb img {
width: 200px;
height: 150px;
}
.post-content span {
line-height: 30px;
position: relative;
top: -10px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

thaks bro! very useful :)

Mochaulia () - 7 years ago - Reply 0