Magento-1.9 – How to Set Font Awesome Icon in Magento Top Links

magento-1.9toplinks

How To Set Font Awesome Icon in Magento Top Links? In Magento Customer.xml

app\design\frontend\mytheme\default\layout\customer.xml

enter image description here

Best Answer

I think this would work. For magento 1 anyway.

In your layout file:

<reference name="wishlist_link">
    <action method="setAParams">
        <param><![CDATA[class="fa fa-icon"]]></param>
    </action>
</reference>