Hello all
Pls open the file template.css file:
and try to find the following code:
/* Icon Module —*/
.icon1 h3 {
background: url(../images/icons/icon-1.png) no-repeat bottom left;
padding-left: 30px !important;
}
.icon2 h3 {
background: url(../images/icons/icon-2.png) no-repeat top left;
padding: 0 0 3px 30px !important;
}
.icon3 h3 {
background: url(../images/icons/icon-3.png) no-repeat top left;
padding: 4px 0 4px 40px !important;
}
.icon4 h3 {
background: url(../images/icons/icon-4.png) no-repeat top left;
padding: 4px 0 4px 40px !important;
}
.icon5 h3 {
background: url(../images/icons/icon-5.png) no-repeat top left;
padding: 4px 0 4px 40px !important;
}
.icon6 h3 {
background: url(../images/icons/icon-6.png) no-repeat top left;
padding: 4px 0 4px 40px !important;
}
relace:
/* Icon Module —*/
.icon1 h3 {
background: url(../images/icons/icon-1.png) no-repeat bottom left !important;
padding-left: 30px !important;
}
.icon2 h3 {
background: url(../images/icons/icon-2.png) no-repeat top left !important;
padding: 0 0 3px 30px !important;
}
.icon3 h3 {
background: url(../images/icons/icon-3.png) no-repeat top left !important;
padding: 4px 0 4px 40px !important;
}
.icon4 h3 {
background: url(../images/icons/icon-4.png) no-repeat top left;
padding: 4px 0 4px 40px !important;
}
.icon5 h3 {
background: url(../images/icons/icon-5.png) no-repeat top left !important;
padding: 4px 0 4px 40px !important;
}
.icon6 h3 {
background: url(../images/icons/icon-6.png) no-repeat top left !important;
padding: 4px 0 4px 40px !important;
}