Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #984909

    Hi,

    it took me now a lot of time to find out, why my custom fontello icon is not shown up. I tried the code from your documentation here:

    and there the example at “How to find the icon unicode?

    #avia-menu  > li:nth-child(1) > a .avia-menu-text:before {
    	content:"e803";
    	font-family: 'entypo-fontello';	
    	position: absolute;
    	left: 0;
    }

    There is a backslash missing in the content code; right is:

    content:"\e803";

    Just in case someone else is trying to get this to work.

    #985451

    Hey Gitte,

    Thank you for getting in touch with us and noticing the missing “\” in the code. We have updated it accordingly.

    Best regards,
    Vinay

    #986888

    Great, thanks

    #986899

    and by the way on mac keyboards there is no sign for it – you find this special backslash on
    alt+shift+7

    #987060

    Hi Gitte,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.