Good afternoon,
Thank you for your prompt reply!
Problem solved ...
Once again, grateful for the speed and efficiency!
Best regards,
Alvaro Oliveira
---------------------------------------------------
22.06.2015 17:33:22 thangnd wrote:
Dear Alvaro Oliveira,
Please go to templates\sj_zaga\less\ layout.less find code (line 183):
i.icon-facebook{ background: url(../images/icon/icon-face.png) no-repeat 18% 100%; position: relative; top: -17px;
&:before{color: #fff; position: relative; top: 16px; left: -1px; font-size: 12px;}
}
=> add to:
i.icon-facebook{ background: url(../images/icon/icon-face.png) no-repeat 18% 100%; position: relative; top: -17px;
&:before{color: #fff; position: relative; top: 16px; left: -1px; font-size: 12px;}
}
i.icon-linkedin{ background: url(../images/icon/icon-tw.png) no-repeat 18% 100%; position: relative; top: -17px;
&:before{color: #fff; position: relative; top: 16px; left: 0px; font-size: 12px;}
}
Thanks & regards!