In order to change these icons, please follow these steps:
- Open Module manager -> Slide Portada module and edit this code:
<h3 class="item-icon"><span class="sale icon-pop" title="click"></span></h3>
to:
<h3 class="item-icon"><span class="sale icon-pop" title="click"><i class="icon-facebook"></i> </span></h3>
We used font awesome for this code, so please go to
fortawesome.github.io/Font-Awesome/3.2.1/icons/
to get the icons.
- Open file (/templates/sj_decou/css/template-blue.css) around line 7083
div.block_program div.item .item-top .item-icon span {
width: 30px;
height: 29px;
margin: 16px 0 0px;
display: inline-block;
background: url("../images/icons/icons.png") no-repeat left -59px;
}
to:
div.block_program div.item .item-top .item-icon span {
width: 30px;
height: 29px;
margin: 16px 0 0px;
display: inline-block;
color:#fff;
}
Save and recheck.