Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1111613

    Hi, I try to use this css code to Replace mega menu arrows with custom icon, that I found on Enfold Documentation in the Mega menu page, but it doesn’t work.
    I see the text e812 instead the icon

    
    /* Mega menu arrows */
    
    #top .avia-bullet {
      border: none!important;
      background:red!important;
        padding:0;
        margin: 0 10px 0 0!important;    
    }
    #top .avia-bullet:before {
        content: "e812";
        font-family: 'entypo-fontello';    
        font-size:11px;
        line-height:1em;
        position:absolute;
        top:10px;
        left:-3px;
    }
    #1111616

    I do it!!!

    content: "\e812";

    add \ before the chardcode and if the chardcode is \ue812 remove the letter u

    #1111772

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Replace mega menu arrows with custom icon’ is closed to new replies.