Tagged: mobile menu
I would like to completely disable the mobile menu icons. Is this a new built in feature. I can’t seem to find where to “turn off” or customize it.
Hi Jason!
Your talking about the arrows on the list items correct? Add this to your custom CSS.
#mobile-advanced li a::before {
display: none;
}
Regards,
Elliott
Boom! That helped! Many thanks!