HI friend for some reason i canot change some toggler icons. I use custom ikon font and i try to change offcanvas icons to that font but for some reason one icon cahanged but other do not change.
I added in custom css this and it worked
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
font-family: 'icomoon' !important;
content: "\e945";
font-weight:900}
}
but for other menus it does not work.
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after {
font-family: 'icomoon' !important;
content: "\e945";
font-weight:900}
}
