Collections

.owl-nav {
position: relative;
bottom: 192px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
position: absolute;
background: #000000bf;
padding: 15px;
color: white;
align-content: center;
}
.owl-nav .owl-prev {
left: -2.5rem;
}
.owl-nav .owl-next {
right: -2.5rem;
}

@media (max-width: 1084px) {
.owl-nav .owl-prev {
left: .5rem;
}
.owl-nav .owl-next {
right: .5rem;
}

}

Cool Boyz
Photography: Adam Spear
Stylist: Ama Godson
Model: Jamie Baah-Mensah

Quantum Collection | SS17
Photography: Ron Timehin
Stylist: Ama Godson
Models: Edward Jones & Kofi Osei

D’Accord Collection | AW16
Photography: Lola Star
Stylist: Ama Godson
Models: Kofi Osei

LIN Collection | AW15
Photography: Michael CS
Stylist: Ama Godson
Models: Ricky Gabbrielli

Grene Collection | SS15
Photography: Michael CS
Stylist: Ama Godson
Models: Brieuc Brietenstein & Nathan Brewer @AMCK Models

(function ($) {
// jQuery code using $
$(document).ready(function() {
//1
var owl = $('.owl-carousel-grene');
owl.owlCarousel({
margin: 15,
nav: true,
autoHeight: false,
navText : ["<div style='' <i class='fa fa-2x fa-chevron-left'></i></div>","<i class='fa fa-2x fa-chevron-right'></i>"],
loop: true,
pagination:false,
responsive: {
0: {
items: 1
},
600: {
items: 1
},
1000: {
items: 2
}
}
});
});
// jQuery code using $
$(document).ready(function() {
//2
var owl = $('.owl-carousel-lin');
owl.owlCarousel({
margin: 15,
nav: true,
autoHeight: true,
navText : ["<div style='' <i class='fa fa-2x fa-chevron-left'></i></div>","<i class='fa fa-2x fa-chevron-right'></i>"],
loop: true,
pagination:false,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 2
}
}
});
});
// jQuery code using $
$(document).ready(function() {
//3
var owl = $('.daccord');
owl.owlCarousel({
margin: 15,
nav: true,
autoHeight: false,
navText : ["<div style='' <i class='fa fa-2x fa-chevron-left'></i></div>","<i class='fa fa-2x fa-chevron-right'></i>"],
loop: true,
pagination:false,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 2
}
}
});
});
$(document).ready(function() {
//4
var owl = $('.quantum');
owl.owlCarousel({
margin: 15,
nav: true,
autoHeight: false,
navText : ["<div style='' <i class='fa fa-2x fa-chevron-left'></i></div>","<i class='fa fa-2x fa-chevron-right'></i>"],
loop: true,
pagination:false,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 2
}
}
});
});
})(jQuery);