Home › Forums › Lorina Pro › Close Menu display… › Reply To: Close Menu display…
May 17, 2020 at 11:35 am
#10612
Andy
Keymaster
Just a bit of additional information, the close menu button is by default only visible when using keyboard navigation for accessibility purposes, to ‘close the loop’ so keyboard users can close the menu without needing to tab backwards to the main ‘X’ close icon at the top.
If you want to hide it completely and remove the empty space at the bottom of the menu, add this CSS:
#site-navigation .menu-close {
display: none !important;
}