How to change icon in megamenu?
-
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
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.