Trying to Change Logos on the homepage and I can't find what folder or module they are in. Any idea?
Attached a screen shot of the logos I'm talking about.
<div class="gkFeature">
<div class="gkCrop">Easy to customize</div>
<h2>Easy to customize</h2>
<small>Nunc a urna sed neque fermentum pharetra. Aliquam suscipit purus nisi.</small></div>
<div class="gkFeature">
<div class="gkHTML5">HTML5 & CSS3</div>
<h2>HTML5 & CSS3</h2>
<small>Nunc a urna sed neque fermentum pharetra. Aliquam suscipit purus nisi.</small></div>
<div class="gkFeature">
<div class="gkResponsiveDesign">Responsive design</div>
<h2>Responsive design</h2>
<small>Nunc a urna sed neque fermentum pharetra. Aliquam suscipit purus nisi.</small></div>
.gkCrop, .gkHTML5, .gkResponsiveDesign, .myfourthicon
.gkCrop { background-color: #7FB3EF; background-position: center 0; }
.gkHTML5 { background-color: #EF7F7F; background-position: center -137px;
.gkResponsiveDesign { background-color: #A77FEF; background-position: center -274px; }
.myfourthicon { background-color: #7FB3EF; background-position: center -411px; }
<div class="gkFeature">
<div class="myfourthicon">Easy to customize2</div>
<h2>Easy to customize2</h2>
<small>Nunc a urna sed neque fermentum pharetra. Aliquam suscipit purus nisi.</small></div>
.myfourthicon {
background: transparent url("../../images/features_icons.png") no-repeat 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
display: block;
height: 137px;
overflow: hidden;
text-indent: -9999px;
width: 100%;
}
.gkFeature {
padding: 0 25px 0 0;
width: 24%;
}
.gkFeature + .gkFeature {
padding: 0 25px;
width: 26%;
}
.gkFeature + .gkFeature + .gkFeature {
padding: 0 25px;
width: 26%;
}
.gkFeature + .gkFeature + .gkFeature + .gkFeature {
padding: 0 0 0 25px;
width: 24%;
}
.gkCrop { background-color: #7FB3EF; }
.gkHTML5 { background-color: #EF7F7F; }
.gkResponsiveDesign { background-color: #A77FEF;}
.myfourthicon { background-color: #7FB3EF; }
