Thank you for your help! Resolved the icon problem.
For featured box issue, can’t work it out…
Right now tow the style.css file looks like this:
#featured-boxs{display:none;}
.featured-box{width:210px;margin-left:30px;}
.featured-box h3{font-family:Verdana, Geneva, sans-serif;font-weight:100;font-size:15px;color:#555555;}
#featured-boxs h2{font-family:Verdana, Geneva, sans-serif;font-weight:100;font-size:19px;color:#555555;}
.featured-box-first{padding:20px 0;width:210px;margin:0;}
#featured-boxs img.box-image{border:3px solid #EEEEEE;width:202px;height:100px;}
#featured-boxs img.box-image:hover{box-shadow:0 0 11px 0px #555555;}
#featured-boxs img.box-icon{width:50px;height:50px;}
h3.featured-box2{width:140px;float:right;}
.featured-box,
.featured-box-first{display:inline;float:left;}
What should I change?!
Thanks