Dear Carlos Macha,
1. at position bottom1: you can change image in Module Manager -> Module "Dekar Company"
2. at position bottom2, bottom3, bottom4:
- go to Module Manager -> Advanced -> Module Class Suffix: @your-icon1
- go to your_site\templates\sj_financial\css\template-tomato.css and add the code at the end of this file:
.module.style-icon .modcontent .icon-your-icon1{
background:url('../images/your_icon1.png') no-repeat 0 0;
}
.module.style-icon .modcontent .icon-your-icon1:before{display:none;}
- copy your_icon1.png file in your_site\templates\sj_financial\images\
Thanks!