• Resolved cyroman349

    (@cyroman349)


    I want to change the icon fa-angle-down in mega menu to some other icon.

    I want to change

    <i class="nav-arrow fa fa-angle-down" aria-hidden="true" role="img"></i>

    to

    <i class="icon-angle-down" aria-hidden="true" role="img"></i>
    
    .icon-angle-down:before {
        content: "\f107";
    }

    The code is working. I tested in Inspect Element. I can’t find the line of code in the files. How can I modify?

    Please see the image attached:
    https://ibb.co/8Dj56Ky
    https://ibb.co/NZ00pFK

    • This topic was modified 3 years, 5 months ago by cyroman349.
    • This topic was modified 3 years, 5 months ago by cyroman349.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change icon in megamenu?’ is closed to new replies.