<div class="b_banner">
<table  cellspacing="0" align="center" width="100%">
    <tbody>
        <tr >
            <td height="50" width="33%" align="center" ><i class="xi-ringing  xi-fw"></i> <a href="tel:02-6284-8228">상담전화걸기</a></td>
            <td width="33%" align="center"><i class="xi-file-text xi-fw"></i> <a href="http://*****">간편상담요청</a></td>
            <td width="33%" align="center"><i class="xi-pen  xi-fw"></i> <a href="http://****">게시판문의</a></td>
        </tr>
    </tbody>
</table>
</div>

<스타일 부분 >

.b_banner {margin: 0 auto; background:#e1e1e1}
.b_banner a{font-size: 15px;text-decoration:none;color:#6e6e6e;}
.b_banner a:hover{text-decoration:underline;color:#f7951e background:#e1e1e1}
.b_banner a:focus{text-decoration:underline;color:#6e6e6e;}

 

이런 식으로 xeicon을 사용하게 되면 xe아이콘의 색상이 흰색으로 보여지는데 <i class="xi-pen  xi-fw"></i> <a href="****">게시판문의</a>에서 xeicon 색상 지정은 어떻게 하는지 문의합니다.

 

 

  • profile
    font이기때문에..font컬러 지정하는 color:#색상코드; 형태입니다.

    만약, 먼저 선언된것으로 인해 덮혀져서 안읽혀질 수도 있음..
  • profile ?
    답변감사합니다.^^
  • profile
    위의 람보님께서 말씀하신 대로 아래와 같이 하시면 될 것 같습니다.
    <i class="xi-pen xi-fw" style="color:#333333;"></i>
  • profile ?
    답변감사합니다.^^
  • profile profile
    감사합니다. 폰트인지도 몰랐네요ㅠㅠ