Astra Theme Mobile Menu
Guide on How to solve the issue in Astra theme.
My website menu is showing a box around the multi-level menu icons

Dotted border after clicking menu link on Astra theme

Solution for purely astra theme mobile menu
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
top: 0;
border-style:none;
}
or
//if you are using header footer menu
.hfe-nav-menu a.hfe-menu-item:focus {
outline: none;
}
Contact us or book Free appointment for Help
Thanks, helped me!
Happy that is was of great help!