Fonticons Plus Colours Not Sticking
- Posted by erwinschro (1034) Offline
Please Log in or Create an account to join the conversation.
- Posted by Max Lynam (10) Offline
I'm assuming from what you are saying is that it isn't possible then?What is Font Icons?
Font-Based Icons is a great, new way to insert icons to your website content / design. It has several advantages when compared to the traditional image based icon. By using font based icons you will be able to modify the icon size without having to worry about the quality (the icons will still looks good when your website is opened from retina-ized devices such as iPhone, iPad and Latest Macbook Pro), changing the icon color without having to open your favorite image editor software, adding css3 effect to the icon and see the preview quickly, and many more ...
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
To add a color to the icon you should switch your editor to html mode then find the font icon part, for example
<i class="icon-xxx sizexx"></i>
<i class="icon-xxx sizexx" style="color:red"></i>
Hope this helps
Please Log in or Create an account to join the conversation.