Magento Infortis主题图标代码的使用

时间:2018-07-05 13:57:24

标签: magento icons

我想在我的网站的页脚中添加一个instagram图标。 我已经创建了圆圈并更改了颜色,但是我无法使Instagram正常工作。

This is what it looks like at the moment

在静态块中获取代码;

<a class="first" href="#" title="Join us on Facebook">
    <span class="icon icon-hover i-facebook-w" style="background-color: #3b5998"></span>
</a>

<a href="#" title="Follow us on Instagram">
    <span class="icon icon-hover i-instagram-w" style="background-color: #c13584"></span>
</a>

<a href="#" title="Youtube">
    <span class="icon icon-hover i-youtube-w" style="background-color: #bb0000"></span>
</a>

<a href="http://twitter.com/infortis" title="Follow Infortis on Twitter">
    <span class="icon icon-hover i-twitter-w" style="background-color: #00aced"></span>
</a>

<a href="#" title="Pinterest">
    <span class="icon icon-hover i-pinterest-w" style="background-color: #cb2027"></span>
</a>

Instagram图标代码为;

.ic-instagram:before {
content: "\e22f";
}

0 个答案:

没有答案