Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Created this sheet for Umbraco 7. Font icons that can be used for custom sections.
Hope it might come in handy for someone :)
@Kasper how would I apply one of these in a custom section (application)
For example:-
Say if I would like to apply the cart icon to my custom IApplication interface. Using the attributes as show below, how would you recommend going about this?
[Application("name", "alias", "icon", x)]
Thank you
Open Umbraco.css file and search icon code to get the icon name. e.g:- e015 icon name is "icon-umb-members". Provide icon name in attribute.
umbraco.css file is located in umbraco\assets\css folder which is available after umbraco site is created.
There must be repository of icon name but currently this is how I am managing :)
Hope this helps.
Thanks for this!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 7 - Custom section, CSS trayicon sheet
Hi
Created this sheet for Umbraco 7. Font icons that can be used for custom sections.
Hope it might come in handy for someone :)
@Kasper how would I apply one of these in a custom section (application)
For example:-
Say if I would like to apply the cart icon to my custom IApplication interface. Using the attributes as show below, how would you recommend going about this?
[Application("name", "alias", "icon", x)]
Thank you
Open Umbraco.css file and search icon code to get the icon name. e.g:- e015 icon name is "icon-umb-members". Provide icon name in attribute.
umbraco.css file is located in umbraco\assets\css folder which is available after umbraco site is created.
There must be repository of icon name but currently this is how I am managing :)
Hope this helps.
Thanks for this!
is working on a reply...