Hi, is there a way for me to add my own icon/image to the icon list so I will be able to pick it in the various elements?
Thanks.
Hi DROR!
Thank you for visiting the support forum.
Please watch this video: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
Ismael
Thanks. Can you recommend where I can find Numbers Icons (1, 2, 3…) as it seems fontello doesn’t have those?
Hi!
Where exactly would you like to use your numbers? You can turn on custom CSS field for ALB elements ( kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your icon element a custom CSS class (i.e: custom-icon-one) and then add following code to Quick CSS
.custom-icon-one span.av-icon-char:before {
content: '1';
}
Regards,
Yigit
Hi, I just want to add numbers to the selections of fonts so I can for example use an icon list and add numbers as the icons (1, 2, 3, 4 and so on…)